-
Printing Text
I have to pull data out of the database, and display it in different text boxes then format it a certain way and print it out on paper.
I have to make it print like this
Date Title City
Time
Name: (name) Program: (program)
SSN: (ssn) Start: (start date)
Address: (address) LDA: (date)
: (city) (state) (zip)
then I need to print a list of that users payments, reports, prices, and balance. I dont know how to combine all of the different text boxes together in this certain format and print them without the user doing it.
Thanks in advance
-
this will give you lots of ideas about printing in VB.NET.
printing tutorial
hope this helps!
-
Quote:
Originally posted by pirate
this will give you lots of ideas about printing in VB.NET.
printing tutorial
hope this helps!
That is VB6 code though, here is some info in .NEt fashion.
http://www.vbforums.com/showthread.p...light=printing
http://www.vbforums.com/showthread.p...light=printing
-
-
Thank you both for the links I finally got it figured out. Thanks again and good luck