Quote Originally Posted by VisualBeginner.NET View Post
Still what bugs me is that PowerPacks works fine for another project on the same computer. It could be an issue of just the reference to it. I know too little to be able to figure out what to add and from where.
I don't think that we can really help with that based on the information available.
Quote Originally Posted by VisualBeginner.NET View Post
PrintDocument might need a lot of code because the form has a lot of text boxes and labels besides one image.
You should always write as much code as is necessary to do what's required. Printing a picture of your UI is very poor form if what you are trying to convey is the data. That said, if you're determined to go with a picture of your UI then you can do that in a few lines.