TristanFord
New member
- Joined
- Dec 25, 2008
- Messages
- 3
- Programming Experience
- 3-5
Hi,
I am trying to load the "system info" dialogue.
Right Click My computer Properties.
In windows XP i use the following code. It works fine.
Shell("rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl", AppWinStyle.NormalFocus, False, 0)
In vista it does not.
That particular control panel item it loads is not the same window as in vista.
Right Click my computer properties. It brings up a system info dialogue.
With system, user/os/system support info.
Any help with this would be much appreciated.
Cheers
Tristan F
I am trying to load the "system info" dialogue.
Right Click My computer Properties.
In windows XP i use the following code. It works fine.
Shell("rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl", AppWinStyle.NormalFocus, False, 0)
In vista it does not.
That particular control panel item it loads is not the same window as in vista.
Right Click my computer properties. It brings up a system info dialogue.
With system, user/os/system support info.
Any help with this would be much appreciated.
Cheers
Tristan F