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
 
Back
Top