VB6 Print InLandScape

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tewodros
    New Member
    • Mar 2008
    • 2

    VB6 Print InLandScape

    in vb6 I can't print a form in Landscape all forms prints in portrait. I want to print a form in landscape
  • douglandmesser
    New Member
    • Feb 2008
    • 10

    #2
    Go to File -> Print Setup -> Orientation = Landscape

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      It depends. Are you trying to print out a form from the IDE? If so, see the previous post. If you're trying to print stuff from your code, you should be able to just change the value of Printer.Orienta tion before printing.

      Comment

      Working...