Results 1 to 6 of 6

Thread: Opening Control Panel ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 1999
    Posts
    87

    Post

    How do I Open the control panel ????
    Through Code ?

  2. #2
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

    Post

    Here ya go:
    Code:
    Shell "explorer /root,,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    Good luck,

    ------------------
    DiGiTaIErRoR
    VB, QBasic, Iptscrae, HTML
    Quote: There are no stupid questions, just stupid people.

  3. #3
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670

    Post

    Or how about;

    X=Shell("control.exe",1)






    ------------------
    Mark "Buzby" Beeton
    VB Developer
    [email protected]



  4. #4
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    Post

    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.


  5. #5
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670

    Post

    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]



  6. #6
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    Post

    OK, thankya

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width