Can i preview a form that is printable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pramodrepaka
    New Member
    • Mar 2007
    • 21

    Can i preview a form that is printable

    Can any one help me. My question is can i preview a form that is printablei.e., when iam printing a form some of the control are printing i want to print all the controls in the form what iam designed.please give me an example.
  • ansumansahu
    New Member
    • Mar 2007
    • 149

    #2
    Originally posted by pramodrepaka
    Can any one help me. My question is can i preview a form that is printablei.e., when iam printing a form some of the control are printing i want to print all the controls in the form what iam designed.please give me an example.

    In Visual Basic 6.0, implementing print preview is only possible through third-party controls.

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by ansumansahu
      In Visual Basic 6.0, implementing print preview is only possible through third-party controls.
      That's not strictly true. There is a relatively simple way of doing print preview, basically by using a set of printing routines which print to the designated object, which can be the Printer object or a window.

      I think it was provided by MS in their knowledge base. Try some searches.

      Comment

      Working...