I'm building my own mmc snap-in using C#, and it one of the actions causes ShowDialog.

The problem is that the show dialog doesn't block the mmc window, So i want to use ShowDialog(IWin32Window) but how can I get the window handle?

Thanks.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I've found the solution.

I needed to use the SnapIn.Console.ShowDialog and not the ShowDialog function of the dialog itself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.