Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# を使用して独自の mmc スナップインを作成していますが、アクションの 1 つが ShowDialog を引き起こします。
問題は、ダイアログの表示が mmc ウィンドウをブロックしないことです。そのため、ShowDialog(IWin32Window) を使用したいのですが、ウィンドウ ハンドルを取得するにはどうすればよいですか?
ありがとう。
私は解決策を見つけました。
SnapIn.Console.ShowDialogダイアログ自体のShowDialog関数ではなく、を使用する必要がありました。
SnapIn.Console.ShowDialog