A anansath Member May 19, 2007 #1 Hi, How can I simulate a Tab keypress @ runtime/programmatically? thks anant
Erel Administrator Staff member Licensed User May 19, 2007 #2 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.
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.