Need help with print

johmolan

Well-known member
Joined
Oct 11, 2008
Messages
129
Programming Experience
Beginner
I use VS2008 where I have a program where I have about 20 tabpages with datagridviews and textboxes.

But when it comes to printing my form my programming skills is not good enough.

Here is how one of my forms looks like:

form1.png


I want to print out the data I have in my datagridviews with the columnheads, together with the data in my textboxes
and the labels explaining what the values are.

I have come to the conclution that there is no easy way to do this, but I still have my hopes up that there is a way to do this.

have anyone of you done something like this before and can give me a little hint on how to go on?

I had some thought on maybe to use somethong like the tabcontrol or something but as I said my skills aint that good yet but maybe some of you can lead me in the right direction.
 
Back
Top