|
-
Feb 29th, 2012, 01:52 PM
#1
Thread Starter
Addicted Member
[RESOLVED] ShowDialog() Issue/Question
Hello all,
I have a class library that I use for performing updates on applications. I have two forms in the library. The first form is shown using ShowDialog and runs a Backgroung worker to check for updates and update the form interface.
If a new update is found I open another dialog box (showing the information on What's new). This all works fine except that the second dialog box will NOT show in front. It shows minimized to the task bar every time.
Is there a way to get it to come to the front? I've tried bringtofront, topmost and nothing works.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|