A Simple Contacts List for Pocket PC

I have implemented a simple contact list application that is capable of adding and viewing contact details. This application provides a simple introduction to the CF framework and provides a simple use of DataSets. Contact details used in the application are stored in an XML file. To display the contact information the user must first select the type of contacts they wish to use. The options are business or personal. For simplicity, I have used two separate XML files to represent these options.
 
Once data is loaded the user selects the contact details to view by selecting the name from the combo box.
 
The application was implemented using the CF beta framework for the .NET environment.


Similar Articles