Results 1 to 3 of 3

Thread: [RESOLVED] Accessing System Properties with Code

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    54

    Resolved [RESOLVED] Accessing System Properties with Code

    I have 2 queries, firstly how would I open the System Properties window using VB Code?
    I want the user to be able to open it by clicking on a command button.

    And secondly, is it possible to remove items (printers/bluetooth devices) installed on the comms ports using code?

    Thanks as always.

  2. #2
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    Re: Accessing System Properties with Code

    for your first question:
    VB Code:
    1. Shell "rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0"
    there's a good A-Z reference list at VBnet

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    54

    Re: Accessing System Properties with Code

    Thats excellent, I will get a lot of use from that link.

    Thank you.

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