![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Printing, Faxing and Scanning with Vista A forum for using printers, scanners and fx with Windows Vista. (microsoft.public.windows.vista.print_fax_scan) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi There,
I wrote the program in VB6 to connect and remove printer when it needs. It works fine with XP window but when we moved to Vista window that codes are not working any more. Anybody has the way to get it works with Vista window. Here is my coding for connecting printer CardPrinter = "\\myserver\RM_color" Set wshNetwork = CreateObject("Wscript.Network") wshNetwork.AddWindowsPrinterConnection CardPrinter, "HP Color LaserJet 4500" wshNetwork.SetDefaultPrinter CardPrinter Set wshNetwork = Nothing Please any advise. |
|
|||
|
You will probably need to change the default Point and Print policy on the
client Point and Print Security on Windows Vista http://www.microsoft.com/whdc/device...staPnPSec.mspx -- Alan Morris Windows Printing Team Search the Microsoft Knowledge Base he http://support.microsoft.com/search/?adv=1 This posting is provided "AS IS" with no warranties, and confers no rights. "Madison" wrote in message ... Hi There, I wrote the program in VB6 to connect and remove printer when it needs. It works fine with XP window but when we moved to Vista window that codes are not working any more. Anybody has the way to get it works with Vista window. Here is my coding for connecting printer CardPrinter = "\\myserver\RM_color" Set wshNetwork = CreateObject("Wscript.Network") wshNetwork.AddWindowsPrinterConnection CardPrinter, "HP Color LaserJet 4500" wshNetwork.SetDefaultPrinter CardPrinter Set wshNetwork = Nothing Please any advise. |