-
Screenshots
Someone in API game me some code to take screenshots, but there is one problem. Is puts the shot on the form, and that works fine, but when i try to save it VB gives me an error and in the debugger i see that Form1.picture = 0. I dont know why but does anyone have the solution/new code? Thanks. :confused:
-
Maybe if you posted the code that you were already using somebody might be able to help you (Not necessarily me :D).
Just a thought.:rolleyes:
110359
-
Use Form.Image with SavePicture instead of Form.Picture...
-
Yeah do as PsychoMark says, but also I wanted to say that you can use that code (that I gave you, I think :D) on anything with a hDC, i.e. a picture box. You don't have to use the form, I was just to lazy to add a picture box ;)