G Guest Oct 27, 2006 #1 How do I get a list of user's printers on a local machine - similar to the print dialog?
K Kevin Spencer Oct 28, 2006 #2 This would require an ActiveX control or a Java applet on the client page. -- HTH, Kevin Spencer Microsoft MVP Short Order Coder http://unclechutney.blogspot.com The devil is in the yada yada yada
This would require an ActiveX control or a Java applet on the client page. -- HTH, Kevin Spencer Microsoft MVP Short Order Coder http://unclechutney.blogspot.com The devil is in the yada yada yada
E Eliyahu Goldin Oct 29, 2006 #3 Actually, WSH (Windows Script Host) provides a WshNetwork.EnumPrinterConnections method. Every client would need to setup special security to allow WSH calls.
Actually, WSH (Windows Script Host) provides a WshNetwork.EnumPrinterConnections method. Every client would need to setup special security to allow WSH calls.