How to change and set default printer using Visual Basic 2005
The following works within my VB 2005 application but does any one have
better alternative.
/****
Dim wshnetwork As Object = CreateObject("W Script.Network" )
Dim printerpath As Object = "TIFF Image Printer 7.0"
wshnetwork.SetD efaultPrinter(p rinterpath)
**/
The following works within my VB 2005 application but does any one have
better alternative.
/****
Dim wshnetwork As Object = CreateObject("W Script.Network" )
Dim printerpath As Object = "TIFF Image Printer 7.0"
wshnetwork.SetD efaultPrinter(p rinterpath)
**/
Comment