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

    URGENT: VB6 Reports Orientation



    I need to change the orientation of the printer so that my landscape reports print out properly.


    Any help would be greatly appreciated.


    Jason


    [email protected]

  2. #2
    Join Date
    May 1999
    Posts
    45

    Re: URGENT: VB6 Reports Orientation



    You might want to look at printers collection. Choose appropriate printer. This printer object has aorientation property. Setting it to vbPRORPortrait(1) prints portrait & vbPRORLandscape (2) prints in landscape. Check MSDN for details.

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