MMC tutorials
-
Hi, I am trying to learn programming snap-ins for MMC. But the SDK documentation is cubersome and confusing, and ATL also does not have any good tutorials. Can any one point me to some tutorials to developing MMC snapins using ATL. Thx & Regards, Prem
-
Hi, I am trying to learn programming snap-ins for MMC. But the SDK documentation is cubersome and confusing, and ATL also does not have any good tutorials. Can any one point me to some tutorials to developing MMC snapins using ATL. Thx & Regards, Prem
http://www.codeproject.com/atl/mmcsnap.asp?print=true Michel If I am wrong or said something stupid, I apologize in advance ;)
-
http://www.codeproject.com/atl/mmcsnap.asp?print=true Michel If I am wrong or said something stupid, I apologize in advance ;)
Hi Michel, I have gone thru Leon Finker's article, but he wants me to use his own class and does not actually tell how to do it. Just lists the steps in a broad sense and covers the whole subject in a few paras. May be you could suggest something at a slower pace ? Thx & Regards, Prem
-
Hi Michel, I have gone thru Leon Finker's article, but he wants me to use his own class and does not actually tell how to do it. Just lists the steps in a broad sense and covers the whole subject in a few paras. May be you could suggest something at a slower pace ? Thx & Regards, Prem
It is very difficult to find documentation/tutorials on MMC. I have written one myself, and MSDN is very incomplete. Their example suck. I suggest that you pick up an MMC snapin sample that is the closest to what you want to build and start from there. Another is to use ATL to build it. Start an ATL Dll project, and choose "Insert ATL object", and choose MMC snapin from the choice of different object types. You will have a snapin with eveything correct (registration and all). Then in MSDN library search for an article entitled "Writing MMC Snapins is a Snap with ATL 3.0". This is a good article, but you must be familiar with MMC to fully understand it. Sorry, but you are much on your own on this. I've been through there. Michel If I am wrong or said something stupid, I apologize in advance ;)