|
-
Oct 7th, 2000, 07:32 AM
#1
Thread Starter
Hyperactive Member
Knowledge:
All I know about printing is this
Printer.Print Text1.Text
Printer.EndDoc
Condition:
I have a form with a tab control. The tab is like an index card and has a persons address, phone numbers and photo.
Question:
How can I print out the tab with all the stuff inside it exactly where it is at?
Thank you for reading this.
-
Oct 7th, 2000, 07:52 AM
#2
Addicted Member
Hi Steve Stunning
Try this webpage http://members.aol.com/VBOLUG/pobject.htm#Multiline
it has all the resources about printing in vb
Hope it helps
-
Oct 7th, 2000, 08:03 AM
#3
Frenzied Member
If you want to print the whole form (includes controls) just use the oh-so-simple:
Code:
'Could be much harder huh? :)
Me.PrintForm
Is that what you want?
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Oct 7th, 2000, 08:47 AM
#4
Thread Starter
Hyperactive Member
JOP
That worked just fine.. Thanks a BUNCH!!!
CoMMiE
Thanks for the link. I will check it out so I can learn more
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
|