Hi,
I'am creating a form using visual studio that is a Windows Form. People will fill out to fine people, I have the form created but struggling on the printing part, I can get the form to print but its as an image and you can see the whole window, since this will be a legal document it needs to be as good as it can be! What I'am wanting to do is just get the form to print out for example they fill the form out, they click print and it prints the filled out form with what they have typed in and the options they have chosen, in this case Yes or No, but not as an image, is that possible? I also don't want them to be able to print the form unless all the required questions are answered I have an error provider on the form already I just need to make that work with the print button.
Any help would be greatly appreciated!
Duke