May 01, 2024, 04:04:41 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


How do I?

Started by Rock Ridge Farm (Larry), July 17, 2006, 05:49:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rock Ridge Farm (Larry)

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


Ionic Wind Support Team

SetFocus() will do it.

If your trying to call a handler in the other window just use the SemdMessage API function.
Ionic Wind Support Team