Re: Emulating keyboard strokes in vb.net

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thanks for the response but can I use those functions from a console
application? Or does it have to be a form applicaton?

Peter Proost wrote:
Have a look at:

SendKeys.Send
SendKeys.SendWait

They do what you want.

Greetz Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"Paulers" <SuperGh0d@xxxxxxxxx> schreef in bericht
news:1150171895.121750.311990@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,

I need to emulate keyboard strokes from a console application. The
console application monitors a textfile and when something is matched
in a text file I need the matched string outputted to the keyboard as
if someone was typing on the keyboard. can someone help me locate the
correct vb.net function to use?

Thanks!


.



Relevant Pages