|
-
Jul 31st, 2000, 06:38 PM
#1
Thread Starter
Frenzied Member
To set the printer to something other than the default, use:
Set Printer = Printers(n)
To find the printer you're interested in, for the above, use:
For Each x In Printers
'compare x.DeviceName to the printername returned by the print dialog box
Next
-
Aug 1st, 2000, 07:09 AM
#2
Lively Member
Printing Problems
Ok. That's right.
But how can i retrieve the printer name from print dialog???
Maybe using hdc???
Thanks.
-
Aug 1st, 2000, 11:33 AM
#3
Thread Starter
Frenzied Member
In this instance it might be easier for you to roll your own (create a drop down list/combo populated with the "for" statement in my previous post).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|