I have multiple windows open - I want to apply focus to winb when an event occurs in
wina. How do I do that?
On <action> in wina apply focus to winb
Actually what I want is event control.
On <action> in <window> apply <event> in <window>
Is this doable in the compiler?
Larry Sikes
http://rockridgefarm.com
mailto:larry@rockridgefarm.com
SetFocus() will do it.
If your trying to call a handler in the other window just use the SemdMessage API function.