0
votes
1answer
9 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 correc …
0
votes
0answers
12 views
How do I enable visual style backgrounds in a property page?
When a Control is shown in a TabControl, it can set the UseVisualStyleBackColor property of the TabPage to true in order to show properly in the tab control rather than just a soli …
1
vote
1answer
112 views
MMC Extension Snap-in order
Anyway I can reorder the extension snapins of an MMC 3.0 snapin?
I have two snapins one being 3.0 and one being 2.0. The 3.0 snapin always appears before the 2.0 becuase in the re …
4
votes
5answers
534 views
Benefits of developing MMC snap-ins instead of traditional GUI apps
What are the benefits of developing MMC snap-ins instead of traditional GUI apps? AFAIK the MMC snap-ins can be loaded remotely to control some server applications but I have never …
0
votes
0answers
25 views
MMC 3.0; Need an IWin32Window
In my ScopeNode-derived class, I want to P/Invoke something that requires an HWND (and won't accept NULL). How do I get hold of a window handle (or an IWin32Window) in this situati …
1
vote
1answer
53 views
Can I provide localized CHM files for an MMC 3.0 snap-in on Windows 2003?
Hi all,
I am developing a MMC 3.0 snap-in using C#. I would like my snap-in to automatically localize itself according to the current language, i.e. on a Spanish OS, the snap-in s …
0
votes
1answer
19 views
I have an MMC snapin and several extension snapins. What defines the order that the extension snapins are displayed in, I would like to control this order
When loading the primary snapin the extension snapin nodes appear in some defined order, but I cannot see what defines the order.
0
votes
0answers
31 views
Add a mmc taskpad programatically
I am writing an mmc application in C#. How can I add a Taskpad view to which I cann add Tasks (like running a shell application or a web page) in my program?
I can achieve the sam …
1
vote
3answers
334 views
How to get rid of the “Console Root” node in a MMC 3.0 snapin?
I've been creating snapins with the new MMC 3.0 classes and C#. I can't seem to find any examples of how to get rid of the "Console Root" node when creating the *.msc files. I look …
0
votes
1answer
119 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 …
