Printing in Visual basic 6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deore
    New Member
    • Jun 2007
    • 1

    Printing in Visual basic 6.0

    Respected Sir,

    OS : Windows XP Professional Edition sp2

    Language :visual basic 6.0

    I am trying to print Picturebox which contains vertical line of length 5cm
    using "Printform" method.The problem is output on page is vertical line with
    length 4cm.

    Picture in Picturebox is loaded at runtime on click event of button.

    source code:

    [code=vb]
    Button1_click()
    {
    picturebox1.pic ture=Load_Pictu re(app.path+"im age1.jpg")
    }
    [/code]

    [Please use CODE tags when posting source code. Thanks! --pbmods]

    form's Properties
    • scalemode=twip
    • autoredraw=true
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Hi deore. I see that you have not yet found the Visual Basic Forum.

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Moving to the VB....

      Comment

      Working...