Accessing the Control Panel Menu

munkyeetr

Member
Joined
Sep 28, 2007
Messages
15
Location
Canada
Programming Experience
Beginner
Hello,

This is my first post here...I am new to VB.NET, having done some hobby VB6 development.

I am redesigning an app I created in VB6 for .NET, and am wanting to display the Control Panel menu on a menu in my application, but have had no luck finding anything through Google or other forums. In the version 6 code I just accessed the default Control Panel applets using the Shell() function; it looked like this:

w2d0eb.jpg


As I am redesigning it, I would like to go a step better and link directly into the Shell itself if I can to display the complete Control Panel of whatever machine I am running it on, like this:

aewje9.jpg


Can anyone point me in the right direction to accomplishing this?
 
Back
Top