| View previous topic :: View next topic |
| Author |
Message |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Tue May 10, 2011 4:14 pm Post subject: Select a printer to print to... |
|
|
How can I print to a select printer? I don't want to print to the default printer I want to allow the user to select a printer then print to it.
Any ideas how I can do this? _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
cnodnarb Professional Member


Joined: 11 Sep 2002 Posts: 766 Location: Eastman, GA
|
Posted: Tue May 10, 2011 4:54 pm Post subject: |
|
|
| What dialog element/command>? |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Tue May 10, 2011 5:07 pm Post subject: |
|
|
This is a program I am working on for a client. Need to print a PDF file to a printer but not the current one as it is the program I am working on. The user clicks on a thumbnail of the PDF and has a few options, one of which is to print. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
cnodnarb Professional Member


Joined: 11 Sep 2002 Posts: 766 Location: Eastman, GA
|
Posted: Tue May 10, 2011 5:47 pm Post subject: |
|
|
| Code: | run @chr(34)C:\Program Files (x86)\Adobe\Reader 9.0\Reader\acrord32.exe@chr(34) /p @chr(34)C:\Users\Brandon\desktop\Save-It Help.pdf@chr(34)
|
NOTE: Excluded /h parameter. This specifies default printer. |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Tue May 10, 2011 6:07 pm Post subject: |
|
|
Didn't think of that. That might work, i'll give it a try. Thanks! _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
|