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.
Can i preview a form that is printable
Collapse
X
-
Tags: None
-
Originally posted by pramodrepakaCan 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. -
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.Originally posted by ansumansahuIn Visual Basic 6.0, implementing print preview is only possible through third-party controls.
I think it was provided by MS in their knowledge base. Try some searches.Comment
Comment