Im beginner at visual basic and at this forum,
Please tell me how to print a form on a paper using visual basic
thanks
:wave:
Printable View
Im beginner at visual basic and at this forum,
Please tell me how to print a form on a paper using visual basic
thanks
:wave:
VB Code:
Private Sub Command1_Click() PrintForm End Sub