I am using vb4
I want to create a simple print button on my program which will print the text only from the form. I really do not want it to print the form as an image with the background but i will use that if i have too.
Thanks
Printable View
I am using vb4
I want to create a simple print button on my program which will print the text only from the form. I really do not want it to print the form as an image with the background but i will use that if i have too.
Thanks
The best way would be to keep all the text on the form in a variable or array and use the printer.print method and printer.current X/Y properties to put the text on the printer.
Is there any way i can just make the form an image and print that image?
Any way to make a form into an image and just print this image? I have searched this forum for an hour and found this done before, but every time i try to do it, the code is not recognized. I am using vb4.