Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / January 2006

Tip: Looking for answers? Try searching our database.

Printer Tray

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike Archer - 23 Jan 2006 22:08 GMT
Hello-
Is it possible to specify the manual feed tray when using the printout method?
Signature

Thanks,
Mike

ben - 23 Jan 2006 22:51 GMT
Mike
No not using that method my guess is your going to have to pull printer
information and write it back using an API Call
try here for a nice list of API calls

http://www.mentalis.org/apilist/apilist.php

Signature

When you lose your mind, you free your life.

> Hello-
> Is it possible to specify the manual feed tray when using the printout method?
Peter Rooney - 24 Jan 2006 11:10 GMT
Mike,

Have you tried using SENDKEYS to specify settings for your printer?

These work to alter the portrait/landscape simplex/duplex settings on my
LaserJet5SI.

%FU is the same as Alt-F (File) Setup
In the first example, %O is Alt-O (Options) then you just add whatever
letters you'd have to type to do the job manually.

Hope this helps

Pete

Sub PrinterSetupPortraitDuplex()
   SendKeys "%FU%O%RD~~"
End Sub

Sub PrinterSetupLandscapeDuplex()
   SendKeys "%FU%O%LT~~"
End Sub

Sub PrinterSetupPortraitSimplex()
   SendKeys "%FU%O%RN~~"
End Sub

Sub PrinterSetupLandscapeSimplex()
   SendKeys "%FU%O%LN~~"
End Sub

> Hello-
> Is it possible to specify the manual feed tray when using the printout method?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.