form minimizes after messagebox.show

  • Thread starter Thread starter Dominik Gallus
  • Start date Start date
D

Dominik Gallus

Hello guys,

got a weird problem here.

On sucessful saving operations i'm showing a messagebox with the use of
MessageBox.Show(...);

The problem is, when the messagebox is shown and the user clicks ok, the
main form minimizes. That is very annoying.

Any suggestions?

Thanks in advance,
Dominik
 
ok, already fixed it...

used the MessageBoxOptions.ServiceNotification which caused this behaviour.

bye
 

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

Back
Top