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
 
Back
Top