Help needed for a TopMost form, but INSIDE my MDI application....

T

TheSteph

Hi,



In my .NET 2.0 Winform application, I would like to display sometimes a
"Wait/Progress From" on top of every other forms. I can do that by setting
"Form.TopMost" to true. .



My Problem is : when I minimize the application (or put it in background),
the "Wait/Progress From" keep staying on top of every other applications !



How can I make that "Wait/Progress From" to minimize (hide, or go to
Background) according to the application state ?

I'm looking for a kind of "Inside Application TopMost" not a "System
TopMost".



Thanks for your help !



Steph.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

A possible workarounds for that is check for the minimize event and act
accordingly
 

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