Hi: I am trying to display a standard MsgBox from my script if a message is 
needed while editing a document in WordPad. The message ping comes up but I 
have to alt tab to get to the message and the related ok button. I am trying to 
use 
The format:
Ret = MsgBox( "My Message",4096,"MyTitle" )
So, even with the 4096  specified to indicate this should be on top of any 
other windows, I think that is what it does, it still is behind the WordPad 
Window when it pops up. 
Is there something I am doing wrong or do I need to go to the WindowEyes Custom 
MessageBox or what can i do to get a message to pop up on top of all other 
windows to be read as a warning or error?
Thanks:
Rick USA

Reply via email to