Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > vb.net > september 2005 >

vb.net : How to bring a form at the top of all other open windows


Tosch
9/14/2005 12:00:00 AM
I have an application that may not be the top window and is checking new messages every minute. If I find a new message I want to display a form with
the new message and bring this form at the top of every other application currently running so that the user can't miss, that there is a new message.

How can I bring a form to the very top of every other app? If I only set BringToFront it's in the front of my application windows.

AMercer
9/14/2005 7:23:03 AM
[quoted text, click to view]

form.topmost=true
Chris
9/14/2005 10:17:40 AM
[quoted text, click to view]

Set Form.Topmost = true.

AddThis Social Bookmark Button