Tagged Questions
0
votes
0answers
43 views
MMC Snapin Extension: OnInitialize() not called in 64-bit mode?
I have an MMC Snapin Extension written in C# with MMC 3.0 SDK. My snapin extension is extending another snapin extension that was written in C++ (MMC 2.0).
I have overridden OnInitialize() and ...
0
votes
1answer
67 views
Getting IWin32Window interface of a MMC snap-in
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 ...
0
votes
1answer
142 views
COM Exception Receiving WMI Event in MMC Snapin
I am attempting to create an MMC snapin that among other things, will receive and display log events that are fired from my service. I have created the watcher and it fires correctly, but when I try ...
0
votes
1answer
255 views
Updating The Status Bar Of An MMC Snapin [closed]
I'm writing an MMC snap-in that grabs some data from a database and puts it into a form. I want to update the status line to say how many records were found. I have the ASyncStatus object, but calling ...