Printing a form larger than the screen [modified]
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys, just a quick question with printing in VB.Net. I have managed to print a form by making an image and using the BitBlt API, though I have been unsuccessful in getting the entire form if it scrolls past the size of a form. Could someone please point me in the right direction? Thanks in advance, Daniel -- modified at 1:48 Tuesday 13th March, 2007 Found a control that does what I want, though it needs a little tweaking for my purposes. I hope this also helps others looking for a similar solution: http://www.codeproject.com/csharp/ControlPrint.asp[^]