Can anybody point me to an article/tutorial about printing the entire contents of a form in VB.Net? Ive searched msdn, but havent come up with anything yet.
If you cant do it directly then why not indirectly?
try copying the entire form as a .bmp to a file and then print that file...
I have only a vague idea on how to do that and will explore it, but if anyone out there thinks that you can do it please do as I have a great deal on my plate to get done this month....
Thanx...
This might help:
NOTE: Copy the following ( with out the quotes ) to your IE address bar and press <Enter>
1) If you the form is on the screen and is not cut off in any way (ie: no other window is above the form by any means, and the form is not off the screen), and all the controls on the screen are things like labels and buttons, not any of YOUR own classes:
3) You are in the same boat as me and have your own classes and things like the print dialog or the form being too big on the screen (it might use scroll bars, might be off the monitor, etc) getting in the way and taking place of the actual "image".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.