Screen capture to byte array

  • Thread starter Thread starter ozzythewizard
  • Start date Start date
O

ozzythewizard

Hi guys. How do I do a screen capture to byte array in compact
framework.
What I'm trying to do is to capture the screen content to byte array
and than create a bitmap from it and than save it to disk.

or If I could find some code to replace .net framework's
Image.FromHbitmap() functionality that would do too.

Thanks..
 
Back
Top