How can be force that one Window is always over an other ?, without having to disable the second one.

I'm going to end my actual program in few days and I hope that few questions you will see....

Well, the -topmost => 1 option allows the window to stay on top - but it will also be on top of all other windows, even non-Win32::GUI windows. You could also use the Activate event of the window beneath to set the focus to the window on top, but then you wouldn't be able to do anything in the window beneath, which would defeat the purpose of not disabling it.

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com


Reply via email to