How do I Open the control panel ????
Through Code ?
Printable View
How do I Open the control panel ????
Through Code ?
Here ya go:
Good luck,Code:Shell "explorer /root,,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}"
------------------
DiGiTaIErRoR
VB, QBasic, Iptscrae, HTML
Quote: There are no stupid questions, just stupid people.
Or how about;
X=Shell("control.exe",1)
:)
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
Hm... is there anywhere a list of all these special links from explorer? (eg. to create a link to the control panel)
------------------
[email protected]
...
Every program can be reduced to one instruction which doesn't work.
IF you go to
http://www.mvps.org/vbnet/
and do a search for "System Services" you will find loads of stuff you can do with VB...
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
OK, thankya