|
-
Apr 11th, 2000, 05:16 AM
#1
Thread Starter
Lively Member
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
-
Apr 11th, 2000, 07:24 AM
#2
Frenzied Member
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.
-
Apr 11th, 2000, 10:17 AM
#3
Thread Starter
Lively Member
Is there any way i can just make the form an image and print that image?
-
Apr 12th, 2000, 09:34 AM
#4
Thread Starter
Lively Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|