Search code examples
c#screenshot

Screen Capture and Visual Studio C# Express?


I have tried "http://www.codeproject.com/KB/system/ScreenMonitor.aspx?msg=3717430#xx3717430xx" to capture all things at working desktop, its good. But I saw that whenever I open CSExpress 2010 (Visual Studio Express) for my programming environment this utility capture as BLACK image, so whats the issue with it.

Screen like it : alt text

Please let me know.

Thanks, Laxmilal


Solution

  • Most likely this is tied into the VS2010 usage of WPF, combined with WPFs ability to hook into hardware GPU if it wants. And presumably your screen capture tool isn't loving the way your video driver handles that.