I created a a form in the VB 6.0 Working Model Edition and placed a command button on that form to print out the form the way it looks on the screen. I used the following code behinfd the command button called "PRINT":
PrintForm.Form1
however, nothing comes out of the printer. Is this the correct code for printing out your form (how it looks on the screen) from a command button?
