I have a web page that calls a vb component. When the user clicks on a link I want to automatically print certain information from the database to the USER’s default printer.
Currently I am using the printer.print method in vb to write out all of the data. The data is printing fine, but my problem is that it is being sent to the default printer of the computer on which the vb program resides.
I need to know how to change the printer to be the USER’s default printer instead of the default printer of the computer running the component. Please help.