General printing help required

  • Thread starter Thread starter Uncle_Albert
  • Start date Start date
U

Uncle_Albert

Hi all!

Printing in VB6 used to be a doddle, however, as with many other
things, this task has been made much harder in VB.Net!

Can anyone point me in the direction of sample code, tutorials, etc on
printing in VB.Net.

I need to print values from text boxes, datagrids, format text
accordingly etc.

Any help would be most appreciated - it's pretty much the final thing
I need to do on my current project! :D
 
Here are some links that may help...

http://www.vbdotnetheaven.com/Sections/Printing.asp
http://www.dlsoft.com/dlHelps/helps/fonts/printingfromvbnetorc.htm
http://msdn.microsoft.com/msdnmag/issues/03/02/PrintinginNET/default.aspx
http://www.fawcette.com/vsm/2002_11/magazine/features/eaton/


Uncle_Albert said:
Hi all!

Printing in VB6 used to be a doddle, however, as with many other
things, this task has been made much harder in VB.Net!

Can anyone point me in the direction of sample code, tutorials, etc on
printing in VB.Net.

I need to print values from text boxes, datagrids, format text
accordingly etc.

Any help would be most appreciated - it's pretty much the final thing
I need to do on my current project! :D
 
Back
Top