PDA

View Full Version : Window on top (WXP-Pro)



mike6432
07-03-2006, 07:26 AM
Can anyone tell me what the code is to keep a window on top?

Brf
07-03-2006, 08:27 AM
What window?

mike6432
07-03-2006, 10:24 AM
I created a simple script that outputs text on a message box. I just want to ensure that box stays on top of evrything else until they click ok.

josefz
07-03-2006, 03:17 PM
Try <a target="_blank" href=http://windowssdk.msdn.microsoft.com/en-us/library/sfw6660x.aspx> MsgBox Function</a>.

Note vbSystemModal (4096) System modal; all applications are suspended until the user responds to the message box.