paste text to program or field?

  • Thread starter Thread starter 78
  • Start date Start date
7

78

is there any way I can make my vb.net app paste data to a program or desktop
field?

78
 
* "78 said:
is there any way I can make my vb.net app paste data to a program or desktop
field?

Take a look at 'SendKeys.Send' and/or p/invoke on the 'SendInput' function.
 
Thanks, I have done that as I'm working on a hotkey application.

Looks like I'll have to figure out hotkey registration and calls to the
windows API to achieve my objective which is to paste strings to the
Operating System.

Any suggestions?

78
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top