Description:
WMStopWatch is a simple timer application for Windows Mobile devices written in Visual Basic .NET 2.0. The application sets up two threads, one to track the time since start and the other to update the display.
Tested the application on Moto Q so if your device is running a different resolution it may not look correct.
Update Description:
v0.4:
- Added the high resolution timer.
- Added options for the forecolor and backcolor.
- Set Form.MinimizeBox = False on all forms to try and resolve an issue on Pocket PCs where multiple instances are launched if the user closes the application with the icon in the upper right corner.
v0.3:
- Built a CAB file installer.
v0.2:
- Should work in most (all?) resolutions now.
- Added the "About" form
v0.1:
- Initial release.