-
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.
-
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 :)
-
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? :rolleyes:
-
JOP
That worked just fine.. Thanks a BUNCH!!!
CoMMiE
Thanks for the link. I will check it out so I can learn more