Windows Forms: ShowDialog dialog - not displayed
I start an external process from outlook plugin - and it doesn't show dialog. I am using ShowDialog with no parameters.
Any ideas how to show the dialogue?
The process has no form - I just want to show a dialog with some choices. If I call "MessageBox.Show" first, the dialog is displayed - otherwise it doesn't.
I think this is something like Peterchen's answer in this thread: Form.ShowDialog () or Form.ShowDialog (this)?
BTW I don't have an owner because this process has no "main window".
Any ideas?
+2
source to share