Creating an MMC snap-in or a control panel applet [VB]

m7j4p7

Regular
Joined
Nov 16, 2003
Messages
54
Hi,

There are two programs to my software solution. One is the student module and the other is the admin. program for it.

Can I create the admin. program as an MMC snap-in or a Control Panel applet in vb?

Thanks,
 
You have to implement native Win32 interfaces to create a MMC console. While possible from .NET it's more of a task currently oriented to C++ developers. Don't let this discourage you though. Have a look around on the Web for a class/library that puts a .NET wrapper around it for you. You never know what you might find.
 
Back
Top