Link to home
Start Free TrialLog in
Avatar of WillP
WillP

asked on

Printer Queue

Hello,

I have an exe that prints a number of word documents at one time, and I want to open the Printer Queue dialog for the user. This dialog is opened through Start\Settings\Printers and then by double clicking on a printer icon.) I can get to the printer folder with this code:
________________________________________
Shell "rundll32 shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder
________________________________________

But I can't seem figure out how a way to get queue dialog opened.

I'm using VB6.

Thanks
WillP
willmar@syix.com
ASKER CERTIFIED SOLUTION
Avatar of MTroutwine
MTroutwine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WillP
WillP

ASKER

Excellant lead. The program you suggested shows me what I wanted to know.

Thanks!

WillP