printing a form

robbie_62

Newcomer
Joined
Jan 27, 2003
Messages
18
Location
ireland
hi there ,
My program is used to get some data from the user,do some calculations and then print the results out.
I could do this in vb6 easily,using Printform

any simple way of doing this in vb.net.

i only have about 20 fields on the form that need to be printed.

I used to put the info on a form with a white background the use the printform method.

any help would be greatly appreciated


:confused:
 
Check out the thread I posted in the Graphics forum titled "Another Printing Question... " it includes some sample code that can be adapted to do what you are requesting. It uses a printdocument object to generate a page. Check it out!
 
Back
Top