-
I am tring to capture the image of a form that wont fit on the screen. I looked around but just can't find code for this. I can capture the whole screen, the visible part of a form and so on. Can I have the form paint itself to the clipboard ? Or capture the image in the browser that wont fit on the screen, I would like to add a quick print to my web browser. I use dialup :( so waiting for some sites to print sucks.
-
How do you get the picture data of the visible part of the form? I mean, what's your code?
-
<?>
Go Here and enter screen as the search criteria. Neat little program that captures the sceen in multiple ways.
-
Call keybd_event(vbKeySnapshot, 1, 0, 0)
Is what I am using