Question Best Way to print on paper

Rexy

Member
Joined
Jan 16, 2007
Messages
14
Programming Experience
1-3
Using VB.Net (visuel Studio 2005)

Hi, i made a program there the users fill in some anwers to som questions in textboxes..

When all the questions a answered, i would like to print the Questions and answers out on a peace of paper with a nice setup/display..

How are the best(maybe also easy) way to make a Premade page,
where only the users name and anwers a different.

Also with a posebility to add a Logo (Picture) in the top of the page
(Not a must)
 
There's always Crystal Reports, but if you don't want to learn that complicated software and stick to .Net use a PrintDocument control.
 
Back
Top