Results 1 to 3 of 3

Thread: Control Panel

  1. #1

    Thread Starter
    New Member
    Join Date
    May 1999
    Location
    -
    Posts
    10

    Question

    Can I add my own VB Program to the Control Panel? And How?

  2. #2
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Nitro
    Posts
    633
    Yes

    Sub Main()
    Dim dbl_Return As Double

    'PURPOSE: Launch Windows Add/Remove Programs Dialog
    'dbl_Return = Shell("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1", 5)

    'PURPOSE: Launch Windows Keyboard Properties Dialog
    dbl_Return = Shell("rundll32.exe shell32.dll,Control_RunDLL main.cpl @1", 5)
    End Sub
    Chemically Formulated As:
    Dr. Nitro

  3. #3
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Nitro
    Posts
    633
    Sorry I misunderstood you, I thought you want to call the control panel.

    Yes, I think you can add to the control panel but am not sure how. But I am pretty sure you can.
    Chemically Formulated As:
    Dr. Nitro

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