View Single Post
  #2 (permalink)  
Old 05-19-2007, 03:55 PM
Erel's Avatar
Erel Erel is online now
Administrator
 
Join Date: Apr 2007
Posts: 3,141
Default

Simulating key strokes is done using the Hardware library.
See the Hardware.KeyDown / KeyPress / KeyUp methods.

If you just want to move the focus from one control to another then you could use the controls' Focus method.
Reply With Quote