Virtual Screenscraper Question
-
ok, so how would you googlefish for an answer to the following screen scraper question: how do i get a bitmap of a "virtual" control, that is what the control would look like but without showing it on the screen? TIA! ________________________________________ Gosh, it would be awful pleas'n, to reason out the reason, for things I can't explain. Then perhaps I'd deserve ya, and be even worthy of ya.. if I only had a brain!
-
ok, so how would you googlefish for an answer to the following screen scraper question: how do i get a bitmap of a "virtual" control, that is what the control would look like but without showing it on the screen? TIA! ________________________________________ Gosh, it would be awful pleas'n, to reason out the reason, for things I can't explain. Then perhaps I'd deserve ya, and be even worthy of ya.. if I only had a brain!
-
I hope I understand your question correctly,Check this link,it show you how to capture the screen,then you can get part of image you want. http://www.codeproject.com/csharp/cscapturescreen1.asp[^] Mazy No sig. available now.
Mazy, thanks. The question i want answered was eloquently stated re the article you sent (see below). Unfortunately there was no answer posted-- does anyone know the answer? TIA! HERE IS stantheman's question (and mine): Greetings all, I dig Agha Ali Raza’s article (Capturing the Screen Image in C#), but what I want to do is capture the image before it hits the screen. How would I do this? In essence, I would like to take a screen-shot (bitmap) of a Form *before* it ever gets to the screen. If you’re interested, - what I want to do is perform a little “graphics-magic” on the image using GDI+ - I want to “dance” the image of the Form around the screen before I present the actual Form. And I don’t know how to do this. I’ve tried overloading the Form.OnPaint method, but I just don’t seem to be getting it right. Anyone? Thanks all, - Stan Shankman http://www.codeproject.com/csharp/csCaptureScreen1.asp?msg=435733#xx435733xx ________________________________________ Gosh, it would be awful pleas'n, to reason out the reason, for things I can't explain. Then perhaps I'd deserve ya, and be even worthy of ya.. if I only had a brain!