I'm trying to build a small application for Windows Mobile 6.5 that has a simple menu interface with options. Based on the option the user selects the application goes ahead and overwrites a configuration file stored somewhere in the device. It seems very simple to build for other platforms but I've never actually done any development for Windows Mobile 6.5. I know C++.
I'm looking for pointers on where to look to get started. What are some good resources to learn about windows mobile development that are not too tedious (since my app is so simple)? Are there any other apps/code examples that I can look at to get a head start? Does anyone have any idea how this could be coded?
Thank you!