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.