J
Jon Skeet [C# MVP]
At the start of my app, I run a form if certain pre-conditions aren't
met, for configuration purposes.
After that, when I call Application.Run with another form, the form is
created, and is running fine and can be switched to via Settings /
System / Memory / Running Programs, but it isn't brought to the front
like forms usually are - and I can't programatically bring it to the
front, either. I've tried Hide/Show, Visible=false/true,
SendToBack/BringToFront, Focus etc - no luck. Any suggestions?
met, for configuration purposes.
After that, when I call Application.Run with another form, the form is
created, and is running fine and can be switched to via Settings /
System / Memory / Running Programs, but it isn't brought to the front
like forms usually are - and I can't programatically bring it to the
front, either. I've tried Hide/Show, Visible=false/true,
SendToBack/BringToFront, Focus etc - no luck. Any suggestions?