CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Location
    Israel
    Posts
    19

    Printing in Landscape orientation

    Hi,

    Anyone knows how to cause my ptint job to be printed horizontaly by code and not through the print dialog box ?

    Thanx



  2. #2
    Join Date
    Aug 1999
    Location
    Wisconsin
    Posts
    507

    Re: Printing in Landscape orientation

    You have to set the proper bit in the DEVMODE structure. Examples
    of this have been posted before, just do a search using landscape
    as the keyword.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured