.NET news » Mobile 
Mobile Ink To-Do Starter Kit
This Visual C# and Visual Basic .NET Starter Kit is a complete Mobile PC and Tablet PC application. The starter kit contains a semi-transparent form for taking notes and keeps them synchronized through a Web Service. It also supports battery awareness and online and offline data, two key features of a great Mobile PC applications. The project comes ready to compile and run and it's easy to customize with only a little extra programming. Download it from here.
Windows Mobile Hands-On Labs
Mobile How To Hands On
Power to the People
Creating Applications for Handheld Devices Using Embedded Visual Basic
How To: Showing Notifications with Mobile 5
Question: My company is in the process of developing an Windows Mobile 5 mobile application. One of the things that we need to do for the application design is show notification. I have read that this can be done. However, I can't seem to figure out how it can be done. Do you have any code samples or ideas about how this can be done?
Answer: When developing mobile applications using Windows Mobile 5 this is definitely an extremely useful feature to include within your application. The Microsoft.WindowsCE.Forms namespace provides a managed implementation of the notifications function. It is important to remember that this is only supported on the Pocket PC platform.

