Simulating a key Press in Program

  • Thread starter Thread starter D Miller
  • Start date Start date
D

D Miller

How to you simulate in the program a key being pressed? In this case the
"end" key?

Thanks,
David
 
System.Windows.Forms.SendKeys

Send "{END}"

----- D Miller wrote: -----

How to you simulate in the program a key being pressed? In this case the
"end" key?

Thanks,
David
 

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