Microsoft & .NETVisual BasicVB Coding Tip: Using Control Panel

VB Coding Tip: Using Control Panel

Developer.com content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

Launch control panel from your program.

Private Sub Command1_Click()
Shell ("rundll32.exe shell32.dll, Control_RunDLL")
End Sub

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Latest Posts

Related Stories