Microsoft & .NETVisual BasicVB Coding Tip: Using Control Panel

VB Coding Tip: Using Control Panel

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
This email address is invalid.
Get the Free Newsletter!
Subscribe to Developer Insider for top news, trends & analysis
This email address is invalid.

Latest Posts

Related Stories