Hi
I would like to change the printer in VB6 code is this possible
I have tryed Set Printer but it dose not work.
Regards...... Flippy
![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|
Moderator: dafunkymunky
Dim P As Object
For Each P In Printers
If P.Port = "LPT2:" Or P.DeviceName Like "*LaserJet*" Then 'modify to your port
Set Printer = P
Exit For
End If
Next P
Users browsing this forum: No registered users and 2 guests