0
votes

I'm currently developing handheld program on Motorola model MC9200 Windows embedded handheld 6.5. For now I need to do the User Manual documentation provided with screen shots.

I've googled about how to do the print screen on the handheld mobile, most of the results returned is 3rd party software tools. And those tools require Active Sync. Somehow Active sync is only available for Windows Vista or previous version.

May I know is there any other way to do screen shots of my program on the handheld mobile?

2
Just to clarify, are you looking for a ready-to-run, third-party tool, or a piece of source code in say C/C++/C# to generate a screenshot? Or would either do?Carsten Hansen
I'm looking for a ready-to-run tool to generate a screenshot, it's like what we do usually in desktop using "prtscn" button to capture the current screen. But the handheld itself doesn't have a button like that.Jessie Chua
In that case I would suggest using one of the third-party tools that you have already found, with Windows Mobile Device Center to replace ActiveSync on the desktopCarsten Hansen
@JessieChua For others like me looking for a programmed way to extract an image from the screen. there is this link; or using this tool cczoom.exe (Remote Zoom In), located in "Program Files (x86)\CE Remote Tools\5.01\bin" that come together with Visual Studio 2008 with SP1 which you can save bitmap remotely.antonio

2 Answers

2
votes

I decided not to spend time on trial and error for the programs. For now my workaround to get the program screenshots is using the emulator in the VS studio.

0
votes

ActiveSync has been replaced by Windows Mobile Device Center (WMDC) in more recent versions of desktop Windows.

Third-party tools that require ActiveSync should work equally fine with WMDC.