|
-
Aug 1st, 2002, 07:57 PM
#1
Thread Starter
Addicted Member
how do i copy desktop image into byte array
i made a bmp file reader, and i know lots about 1d array processing, i just have no clue as to how to get the pointer to the first desktop image byte.
-
Aug 2nd, 2002, 04:20 PM
#2
Frenzied Member
What do you mean by 'first Desktop Image byte'?
Did you save the screen to a .BMP?
The only way you can access Desktop graphics directly is through the creation of a DC and associating with the desktop. Is this what you mean? I"m confused.
-
Aug 2nd, 2002, 05:42 PM
#3
Thread Starter
Addicted Member
first desktop image byte = the blue byte of the first desktop pixel. maybe i am missing something obvious.
Last edited by dafhi; Aug 2nd, 2002 at 06:12 PM.
-
Aug 5th, 2002, 10:04 PM
#4
Thread Starter
Addicted Member
solution found
I was able to bitblt the desktop into Form image and send to array with GetBitmapBits
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|