Microsoft & .NETVisual BasicVB Coding Tip: Add new printers

VB Coding Tip: Add new printers

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

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

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Latest Posts

Related Stories