Hi,
I have a problem developing a print function with webclasses. What I use is common VB print functions like Printer.Print and Printer.EndDoc etc. It all works well when tested, but after deployment, whenever users try to print, the output will be printed on the server's ( where the dll is ) default printer instead of the client's default printer.
At the moment I am hardcoding the client's default printer path into the AddPrinterConnection API call, but I hope I can find a more appropriate way to get this working.
Would really appreciate it if anyone can help me out !
Thanks!
I have a problem developing a print function with webclasses. What I use is common VB print functions like Printer.Print and Printer.EndDoc etc. It all works well when tested, but after deployment, whenever users try to print, the output will be printed on the server's ( where the dll is ) default printer instead of the client's default printer.
At the moment I am hardcoding the client's default printer path into the AddPrinterConnection API call, but I hope I can find a more appropriate way to get this working.
Would really appreciate it if anyone can help me out !
Thanks!