Windows Mobile 初学者工具箱
Name: WMPStatusPlugin
Category: Today Screen Plug-in
Platform: Pocket PC
Language: C++
The WMPStatusPlugin Starter Kit is a complete Today Screen plug-in for a Windows Mobile-based Pocket PC, written in Visual C++. By tapping on the plug-in, you can toggle Windows Media Player Mobile between play and pause modes. The sample also includes a background plug-in to control the current instance of the Windows Media player. The project comes ready to compile, deploy and run.
- A complete Today Screen plug-in
- Interacts with Windows Media Player Mobile via COM interface
- Displays information on currently playing artist, album, track number and track title
- Installation project for each plug-in is provided.
Support and Feedback
Name: DexMobile
Category: Game
Platform: Pocket PC
Language: C#
DexMobile is a simple board-game, the object of which is to arrange your pieces into a perfect triangle before the game's AI can do the same. It's not as easy as it might sound! The starter kit demonstrates several managed code techniques, including:
- C# Application with multiple forms, dialog boxes
- Built-in help
- Orientation awareness (dynamic layout depending on screen size and shape)
- A variety of GDI and COM interoperability techniques for drawing the game board
- Multiple "themes" for how the game board is drawn
- Animation
- Separation of user interface from game logic using C# interfaces
- Loading string and image data from resources
- Simple depth-first search game AI with four skill levels
- And, it's fun!
Support and Feedback
Name: Tabbed Web Browser
Category: Application
Platform: Pocket PC
Language: C#
The Tabbed Web Browser Starter Kit uses the .NET Compact Framework's WebBrowser control to create a replacement browser for Internet Explorer Mobile. The new browser supports tabs, which allows multiple web pages to be visited at once.
- A C# Application using WebBrowser and TabControls
- Accesses Internet Explorer Mobile's internal favorites list
- Creates a web page programmatically
- Included support for emailing web pages
- Support for landscape and portrait modes
- Requires the .NET Compact Framework version 2 to be installed on the device
Support and Feedback
快快下载下来好好研究吧 :-)
posted on 2006-08-24 15:00 Bob Li