Re: Keystrokes simulations
- Posted by "Greg Haberek" <ghaberek at gmail.com> Jul 03, 2006
- 613 views
> but How the control receives the key TAB ? > Maibe I don't explain my problem exactly. > I need simulates a TAB KEY to change the focus to another > control. With what you were doing, you'd have to do this: VOID = invokeHandler( WinMain1, w32KeyPress, {VK_TAB} ) > How I do it? This usually works to force focus to another control. setFocus( MyControl ) ~Greg