Add a printer process : Printers « GUI « VB.Net Tutorial






Imports System.Environment
Imports System.Net
  
Public Class Tester
    Public Shared Sub Main
        Dim proc As New System.Diagnostics.Process()
        Dim SystemDir As String = System.Environment.SystemDirectory
        proc.Start("rundll32.exe", "shell32.dll,SHHelpShortcuts_RunDLL AddPrinter")
    End Sub

End Class








14.85.Printers
14.85.1.Add a printer process
14.85.2.Get installed printers