I am running an external process from an outlook plugin - and it doesn't show the dialog. I am using ShowDialog without parameters.
Any ideas how to show the dialog ?
The process doesn't have any form - i just want to show a dialog with some selections. If I call "MessageBox.Show" before, the dialog is shown - otherwise not.
I guess it is something like the answer of Peterchen in this thread: http://stackoverflow.com/questions/816885/form-showdialog-or-form-showdialogthis/817240#817240
BTW I don't have any owner, because this process doesn't have any "main window".
Any ideas ?