|
-
Nov 19th, 2000, 08:18 AM
#1
Thread Starter
Addicted Member
How can I print a test box without using the PrintForm,because everytime I do that, it prints the whole form, even the buttons. Thanks
-
Nov 19th, 2000, 08:27 AM
#2
Hyperactive Member
Do you mean a text box?
Printer.Print Text1.Text
-
Nov 19th, 2000, 09:19 AM
#3
Fanatic Member
Marnitzg, you forgot Printer.EndDoc.
Code:
Printer.Print Text1.Text
Printer.EndDoc
-
Nov 19th, 2000, 09:54 AM
#4
Hyperactive Member
The simple things hey Oetje?
-
Nov 19th, 2000, 11:56 AM
#5
Thread Starter
Addicted Member
Thanks, I gotta think before I ask these questions
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
|