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

Signature
Dominik Gallus
http://www.dgallus.de
Dominik Gallus - 10 Jan 2008 13:47 GMT
ok, already fixed it...
used the MessageBoxOptions.ServiceNotification which caused this behaviour.
bye
> Hello guys,
>
[quoted text clipped - 10 lines]
> Thanks in advance,
> Dominik