how to paste text in MS Word from vb.net program with short keys -
i need know how paste text in ms word vb.net program short keys. goals:
- making simple vb.net form , enter text , short key combination user. , store both in access database table.
- in microsoft word or other word processor, user can press shortkey text entered in vb.net program. , same text sholud displayed in word. how this. know save text in database , retrieve it.
please me find rest.
in advance
most windows controls, including vb.net forms , microsoft word, let copy text using ctrl+c keyboard shortcut, , paste using ctrl+v shortcut. requires no additional programming.
Comments
Post a Comment