> is there a way to make a MessageBox the top most dialog while looking for 
> some win32 window ?

When you construct $MainWin you can use:

-topmost => 1,

Or if you just want to bring it to the foreground at somepoint you can also
use:

$MainWin->SetForegroundWindow(); 


Reply via email to