T
Tom
I need to be able to force a form or control to render itself to a graphics
bitmap instead of
(or as well as) the screen device. This is not the same as basic
capture/print screen functionality.
It would almost have to emulate a screen or something... I feel some nifty
APIs would
probably do the trick, but I was hoping for a fully fledged .NET solution.
The only article I have come across that's of any use is this:
http://www.winformreports.co.uk/
The functionality I require is basically this:
"... By hooking into the printing mechanism of the .NET runtime it is
able to draw the
controls on your Windows Form straight to the PrintPreviewDialog or
Printer..."
If anyone has any more thoughts on this please let me know.
Thanks, Tom
bitmap instead of
(or as well as) the screen device. This is not the same as basic
capture/print screen functionality.
It would almost have to emulate a screen or something... I feel some nifty
APIs would
probably do the trick, but I was hoping for a fully fledged .NET solution.
The only article I have come across that's of any use is this:
http://www.winformreports.co.uk/
The functionality I require is basically this:
"... By hooking into the printing mechanism of the .NET runtime it is
able to draw the
controls on your Windows Form straight to the PrintPreviewDialog or
Printer..."
If anyone has any more thoughts on this please let me know.
Thanks, Tom