Can I add my own VB Program to the Control Panel? And How?
Printable View
Can I add my own VB Program to the Control Panel? And How?
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
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.