B2Ben
Well-known member
- Joined
- Aug 17, 2006
- Messages
- 52
- Programming Experience
- Beginner
As my profile states, I use VS.NET 2005 at home, but I'm working on an App at work using VS.NET 2003...
Anyway... I just added an option to my app to make my main window the topmost window (form1.topmost = true), which works well and is very useful in my application.
However, now my MsgBox'es are hidden behind my main (topmost) form. I can't use the MsgBox'es... all I can do is press Escape to close them. Is there any easy way around this?
If not, would I need to write my own MsgBox function to override the normal one? If so, how would I override a normal function?
Any thoughts? ...thanks in advance
Anyway... I just added an option to my app to make my main window the topmost window (form1.topmost = true), which works well and is very useful in my application.
However, now my MsgBox'es are hidden behind my main (topmost) form. I can't use the MsgBox'es... all I can do is press Escape to close them. Is there any easy way around this?
If not, would I need to write my own MsgBox function to override the normal one? If so, how would I override a normal function?
Any thoughts? ...thanks in advance