Thread
:
Tab Simulation @ Runtime
View Single Post
#
2
(
permalink
)
05-19-2007, 03:55 PM
Erel
Administrator
Join Date: Apr 2007
Posts: 3,141
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.
Erel
View Public Profile
Send a private message to Erel
Find all posts by Erel