Printing

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hi,
Can anyone direct me to any articles on the best way to give a print option
in VB & ASP .net

Cheers
 
Dave said:
Can anyone direct me to any articles on the best way to give a print option
in VB & ASP .net

Boy that's a loaded question (:

I too just went through my 'first' printing experience. And I can tell you,
there is a lot of info out there. BUT, it all depends upon what you are
trying to print. (and I sure the heck am not an expert on printing... still a
newbie)...

In other words, if it is a TXT file, there are tons of examples. Me, on the
other hand, took a bunch of data... built a 2D array and 'created' my form
using the System.Graphics... a lot of work... by nice once you understand
things.

So you need to be a bit more specified on your question 'cause there are
several answers.

You might want to go back to messages on Sat, the 15th... and look up my cry
titled:
HELP: Any Printing Guru's? (..... )

You might get some info there...

Regards,

Bruce
 
Back
Top