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:
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:
Can anyone point me in the right direction to accomplishing this?
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:

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:

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