C# Printing??

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

I look in the index of the myriad of C# books I have (including some
from MS press).. and none list "Printer" or "Printing" listed.

Why would it be so hard to find info and sample code for such a
straight forward task like printing in books on the language!

On well.. Guess I'll stop whining/Venting and dig into MSDN's help
files.

Tony!
 
"Programming Microsoft Windows with C#" by Charles Petzold has
a 40-page chapter about printing that I've found useful.

- Magnus
 
Tony said:
I look in the index of the myriad of C# books I have (including some
from MS press).. and none list "Printer" or "Printing" listed.

Why would it be so hard to find info and sample code for such a
straight forward task like printing in books on the language!

On well.. Guess I'll stop whining/Venting and dig into MSDN's help
files.

Tony!

Printing is anything but straightforward.

David Logan
 
Back
Top