Visual Basic / Miscellaneous / Screen / Form Capture
Snippet details
ID: 395
Viewed: 1277
Added: 2002-08-19
Version:
First, you create a picture On your form (Picture1). Then you Set it's visible property to false. You add the next fragment of code at the cmdPrint_click() event:
Set Picture1.Picture = CaptureForm(Me)
PrintPicture Printer, Picture2.Picture
Printer.EndDoc
You have also To create a module1 And Add there the following fragment of code:
Set Picture1.Picture = CaptureForm(Me)
PrintPicture Printer, Picture2.Picture
Printer.EndDoc
You have also To create a module1 And Add there the following fragment of code:
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown
| Snippet By: | Unknown |
| Declarations | |
| Code | |
| Highlight All | |
No Reviews to show
