G
Guest
I'm a VB.net user. I have difficulty in capturing screen and convert it to an
array of byte -- it seems not easy to do with compact framework.
I have little knowledge about bitblt but am not sure if it help. I assume
the followings are the right steps to do.
1. get HDC of the screen using GetDC
2. create a bitmap and get HDC of it (how???!)
3. use bitblt to copy the screen content to the bitmap
4. convert bitmap into byte array (how? again)
Are they make sense? I will appreciate if there's any useful VB code provided!
array of byte -- it seems not easy to do with compact framework.
I have little knowledge about bitblt but am not sure if it help. I assume
the followings are the right steps to do.
1. get HDC of the screen using GetDC
2. create a bitmap and get HDC of it (how???!)
3. use bitblt to copy the screen content to the bitmap
4. convert bitmap into byte array (how? again)
Are they make sense? I will appreciate if there's any useful VB code provided!