mmc3
How to remove "new window from here" menu item (MMC 3.0)
Currently I\'m developing an MMC 3.0 based applicat开发者_运维百科ion. 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=h[详细]
2023-03-26 07:46 分类:问答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) bu[详细]
2023-03-25 05:59 分类:问答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[详细]
2023-03-24 02:03 分类:问答Creating MMC Snap-Ins for console application and windows service
Hi guys I need to have a standard management gui ( look and feel ) and lately I\'ve been looking into mmc. Msdn and other free tutorials provides the installation and simple implementation of a snap i[详细]
2023-01-15 19:29 分类:问答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 haveFormViewDescription\'s where I used C# UserControl instances to display some data. And my intent is, user[详细]
2023-01-09 15:53 分类:问答MMC 3.0 snap in development and 'connect to another computer...' dialog
I\'m in the process of developing a custom MMC 3.0 snap-in and was wondering if there is some built in SDK/API way of connecting to another computer running the same snap-in?If so, can someone provide[详细]
2022-12-20 06:04 分类:问答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 to[详细]
2022-12-12 00:52 分类:问答