One line code to print containts on the Form(some contains like graph,Report etc which you want to
One line code to print containts on the Form(some contains like graph,Report etc which you want to print on Paper)
API Declarations
'''any VB form having some contains like graph,Report etc which you want
'''to print on Paper
Rate One line code to print containts on the Form(some contains like graph,Report etc which you want to
(1(1 Vote))
Private Sub Command1_Click()
form1.PrintForm
End Sub
One line code to print containts on the Form(some contains like graph,Report etc which you want to Comments
No comments yet — be the first to post one!
Post a Comment