The Microsoft Management Console 3.0 provides a programming platform for creating MMC snap-ins using a Common Language Specification (CLS)-compliant language (for example, Microsoft Visual C# .NET, Microsoft Visual Basic .NET, or managed C++).
Questions tagged [mmc3]
22 questions
3
votes
0 answers
Using old MMC snap-in on windows 2003 x64 and windows 2008 x64 with .NET 4.0 Framework
We are using the ironring MMC C# library, on win2003 32bit it's work good using .NET 1.1 framework.
we do some upgrade to the ironring MMC C# library and convert it to .NET 4.0.
it's seems to work good except that we see a corrupted text in our…

Yaron Amar
- 181
- 1
- 14
3
votes
3 answers
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 looked through the examples in the SDK, but I can't seem to find anything…

Hector Sosa Jr
- 4,230
- 27
- 30
1
vote
1 answer
Snap-in not showing up in Windows 7
I developed a snap-in for the MMC 3.0 framework using c#. The snap-in has been installed successfully on Windows XP for years now. However, I recently tried installing the snap-in on a Windows 7 PC and it does not show up in MMC Console i.e., it's…

dchappelle
- 1,580
- 2
- 13
- 22
1
vote
1 answer
How to remove "new window from here" menu item (MMC 3.0)
Currently I'm developing an MMC 3.0 based application. How I'm able to hide\remove the menu item "New window from here" which appears when you right click on any node in the left=hand pane (this is implemented to the Microsoft Event Viewer)?
Thanks…

SergeyM
- 11
- 3
1
vote
1 answer
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 how can I get the window handle?
Thanks.

Dig
- 3,850
- 3
- 27
- 33
1
vote
1 answer
How to detect when a user navigates away from MMC FormView?
I have an MMC snapin (MMC 3.0) with a ScopeNode that adds a Microsoft.ManagementConsole.FormView. This FormView is used to edit a script. If the script contains syntax errors I need to prevent the user from navigating away from the form until the…

Skrymsli
- 5,173
- 7
- 34
- 36
1
vote
1 answer
How to know ext-csd information of sd-card?
I have Googled a lot before posting the question here, but I did not found any firm answer or reason.
I want to know/read ext csd register information of a SD-Card. I know that mmc-utils is capable of showing that information in extcsd. But the…

Dixit
- 73
- 10
1
vote
1 answer
How to detect the close event of MMC 3.0 SnapIn written in C#
Folks, I am creating a MMC3.0 SnapIn program with C#. There I have some scope nodes and I have FormViewDescription's where I used C# UserControl instances to display some data. And my intent is, user must see and update those data into the…

Moim
- 486
- 1
- 8
- 23
1
vote
1 answer
MMC AsyncStatus (inside MmcListView) is not displaying status
When using the MMC (Microsoft Management Console) 3.0 I cannot get AsyncStatus message shown in console window.
I assume it is supposed to be displayed in the status bar of the MMC.
When using the StandardVerb (like OnRefresh or OnExpand) at least…

Ole K
- 754
- 1
- 9
- 32
1
vote
1 answer
MMC help topics Issues
Thanks for your time here first, now ,I have a deadly issue in my current MMC project.
when i add my snapin in MMC ,and click MMC help topics menu in the help menu, I found that it always run my snapin class construction when i debug my project.it…

steve
- 11
- 2
1
vote
0 answers
I want get contact from RTC DB in Lync Server
I have A project to manage a Contact in Lync Server
When I success to make a Populate Contact List for user, but when the user LogIn in MS Lync client the States tab doesn't work?

Eslam Elmoawen
- 49
- 1
- 3
1
vote
0 answers
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 registry it appears like "FX:{GUID}" where the 2.0 appears as "{GUID}"…

Kyle
- 17,317
- 32
- 140
- 246
1
vote
1 answer
I have an MMC snapin and several extension snapins. What defines the order that the extension snapins are displayed in? How 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.
Ian Firth
1
vote
1 answer
Can I provide localized CHM files for an MMC 3.0 snap-in on Windows 2003?
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 should display in Spanish and should use a Spanish help file.
Since my snap-in…
Michael Bednarek
0
votes
2 answers
How to bind SSL Certs to a locally hosted website on Windows 10 IIS
I have a working local website which I enabled via IIS Manager on Windows 10 Home. Now I want to serve my website via HTTPS instead of HTTP. I have created and added self-signed SSL cert using OpenSSL and MMC (following this blog). However, when I…

Hampden123
- 1,248
- 1
- 14
- 16