Keystrokes simulations
- Posted by Sergio Gelli <sergelli at uol.com.br> Jul 03, 2006
- 630 views
Bom dia para todos. Good morning for all I use with success the below code line: ii=invokeHandler(PushButton34, w32HClick, {}) But the next line don't work: ii = invokeHandler(PushButton34, VK_TAB, {}) The target is simulates the TAB key to change the focus to another objects inside an windows. I also was try : ii = invokeHandler(WinMain1, VK_TAB, {}) But, this don't work too. How can I simulates a keystrok into a progran ? Many thanks. Sérgio Gelii - Brasil