|
-
Apr 11th, 2000, 12:15 AM
#1
Thread Starter
New Member
Can I add my own VB Program to the Control Panel? And How?
-
Apr 11th, 2000, 12:24 AM
#2
Fanatic Member
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
-
Apr 11th, 2000, 12:25 AM
#3
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|