CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 1999
    Location
    Minneapolis, MN
    Posts
    5

    Ever hear of the MMC?

    I'm looking for some help in Creating a Microsoft Management Console Snap-in using VB.

    Has anyone done this? Does anyone even know what the MMC is? or a snaip-in for that matter.

    Any help would be appreciated.
    Thanks
    Gorkey




  2. #2
    Join Date
    Oct 1999
    Posts
    63

    Re: Ever hear of the MMC?

    Yep

    At present I am working in MMC stuff.




  3. #3
    Join Date
    Oct 1999
    Location
    Minneapolis, MN
    Posts
    5

    Re: Ever hear of the MMC?

    I will be needing to make snap-ins for the MMC and was wondering if you could help me out with a VB framework or example code.



  4. #4
    Join Date
    Oct 1999
    Posts
    63

    Re: Ever hear of the MMC?

    Samples comes along with the VB SnapIN designer which is available somewhere in the microsoft site



  5. #5
    Join Date
    Oct 1999
    Location
    Minneapolis, MN
    Posts
    5

    Re: Ever hear of the MMC?

    I have been through the Microsfot site with a fine toothed comb and it is nowhere to be found. Could you point me in the right direction? Every search I've done returns little or no results, and you are the first person I have had contact with that has ever claimed to hav even see the thing!




  6. #6
    Join Date
    Oct 1999
    Posts
    63

    Re: Ever hear of the MMC?

    I think they have removed the download from the site.


  7. #7
    Join Date
    Oct 1999
    Location
    Minneapolis, MN
    Posts
    5

    Re: Ever hear of the MMC?

    Well, then, could you send me a sample project? please? my e-mail is [email protected]



  8. #8
    Join Date
    Apr 1999
    Posts
    26

    Re: Ever hear of the MMC?

    u can create vb snapins using the vb snapin designer. took me a while to figure out how to install the **** thing. MS sure doesn't want to make finding this info easy!

    u need to install the platform sdk jan 2000 edition with all the items related to management checked. its available at

    http://www.microsoft.com/msdownload/...uplauncher.htm

    it comes with sample apps.

    also documentation on how to go about creating vb snapins is available on msdn. just search for "vb snap-in" or mmc snapin or something like that.

    -c


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured