How to bring a form at the top of all other open windows

T

Tosch

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.

Tosch
 
C

Chris

Tosch said:
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.

Tosch

Set Form.Topmost = true.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top