Search code examples
windows-phone-7blackberryscreenshot

Can we programmaticllay take screen shots using Blackberry and Windows 7 SDK?


I know that we can take screen shot of an App during runtime. In iOS we can use UIGraphicsBeginImageContext to get the screen shot. We can also do the same in Android.

But is it possible with Blackberry and Windows 7 Mobile OS?


Solution

  • A simple search for "blackberry screenshot" on stackoverflow returned this pretty straightforward answer: Taking screenshot of the current screen in BlackBerry

    And a search for "windows-phone screenshot" yields this: Windows Phone 7 - Capture Screen