WillP
Jan 25th, 2000, 03:20 AM
I want to open the WINDOWS print queue dialog. The dialog is reached through Start\Settings\Printers and then by double clicking on a printer icon.
It is also reached through My Computer\Printers and by double-clicking on a printer icon.
I can get as far as the Printers folder using this line:
Shell "rundll32 shell32,Control_RunDLL main.cpl @" & "2"
But when I add the printer name to the path, it has no effect.
I've spend days trying to figure this out!
Thanks!
WillP
PS: I want to open the dialog because I'm writing a program that prints multiple documents, and this seemed like a convenient way to show the user what's going on with his print jobs.
It is also reached through My Computer\Printers and by double-clicking on a printer icon.
I can get as far as the Printers folder using this line:
Shell "rundll32 shell32,Control_RunDLL main.cpl @" & "2"
But when I add the printer name to the path, it has no effect.
I've spend days trying to figure this out!
Thanks!
WillP
PS: I want to open the dialog because I'm writing a program that prints multiple documents, and this seemed like a convenient way to show the user what's going on with his print jobs.