Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Always on top?

Status
Not open for further replies.

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
 
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=&quot;this.focus()&quot;>

Have a button to close the window. Mise Le Meas,

Mighty :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top