May 17, 2001 #1 id10t MIS Feb 16, 2001 37 US When I make a msgbox is there a way to keep it on top of all the other programs utill the user clicks OK? Like Task Manager in NT or 2000. Thanks
When I make a msgbox is there a way to keep it on top of all the other programs utill the user clicks OK? Like Task Manager in NT or 2000. Thanks
May 18, 2001 #2 Mighty Programmer Feb 22, 2001 1,682 US What you could do is instead of creating a messagebox, open a little pop up window. Make the body tag of the pop-up look something like: <BODY onBlur="this.focus()"> Have a button to close the window. Mise Le Meas, Mighty Upvote 0 Downvote
What you could do is instead of creating a messagebox, open a little pop up window. Make the body tag of the pop-up look something like: <BODY onBlur="this.focus()"> Have a button to close the window. Mise Le Meas, Mighty
May 20, 2001 Thread starter #3 id10t MIS Feb 16, 2001 37 US Thanks for the help!!! s-) Upvote 0 Downvote