Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

print

Status
Not open for further replies.

adamdavies

Programmer
May 21, 2003
20
AU
I am using System.Drawing.Printing

I can send a textfile to a printer.

What i would like to do is read the first line in the textfile and print the first line of text in coordintaes x and y specified in my code.
Then read the next line of text from the textfile and print the line of text on a new page coordinates x and y.

LOOP - Get next line from textfile and print on new page coordinates x and y until end of file.

Can anyone help

Thanks
Adam
 
adam,
I am new at vb.net and very dissappointed at the difficulty with printing.
I have an array kloaded with lines of text and I want to print them out via a loop one line at a time to the printer.
Can you help me?
Marcsorg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top