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
4 views
System.EnterpriseServices.RegistrationHelper Doesn’t Release File
We developed a small MMC snap-in that installs various components of the application. In particular, it registers .NET assemblies with COM+ using System.EnterpriseServices.Registra …
0
votes
1answer
19 views
windows service : configuration UI implementation options
I have a simple windows service, that might need to be configured on-the-fly (a COM port to listen to). I have done the UI as a console app that connects to the windows service thr …
0
votes
0answers
6 views
Snapin not appearing in the ‘Add or Remove Snap-ins’ dialog?
Im having issues trying to get a custom snapin to display in the Add/Remove Snap-ins dialog (MMC). Is this done though a registry key?
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
2answers
61 views
How can I stop window rendering and later resume?
I'd like to prevent my window from being updated until I finish receiving data from the server and render it. Can I hook on the WM_PAINT event, or better still call some Win32API m …
0
votes
1answer
60 views
What are MMC extension snap-ins?
Looking through our MMC snap-in code I can't get one concept. We have a tree of different class items inserted into MMC snap-in root node and only two of them register themselves a …
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 …
1
vote
1answer
62 views
Debugging MMC (Unmanaged c++)?
I work on a legacy MMC application and one thing I have noticed is that once in awhile when closing the MMC, an error will be reported.
"MMC has detected an error in a snap-in. It …
0
votes
1answer
250 views
Re-ordering Remote Desktop Connections
I have the adminpak.msi installed so that I can use the Remote Desktop MMC to connect to all of my servers. As I add a server, it goes to the bottom of the list of available server …
4
votes
5answers
533 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 …
4
votes
1answer
243 views
How does one create Microsoft Management console(MMC) snap-in in Delphi 2009 ?
Are there an wizard or templates in delphi 2009 to write a MMC console ?
EDIT:
Colin Wilson components look great thanks.
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 …
1
vote
1answer
61 views
Can I host an MMC snapin in an application
Is there a way to host an MMC snapin in an application? Specifically, we have an "Enterprise Management Application" that we use to manage our applications / services, and we want …
0
votes
2answers
149 views
MMC .Net Runtime Version
Hey All,
I am currently developing an MMC snap-in but have hit a big snag - it's done using the .Net 4.0 framework; and MMC is loading a previous version of the runtime.
Using an …
