I've created a Windows Mobile application that opens, edits and closes a data file format. There're a couple of features I'd like to implemenet but I'm not sure how to go about it.
- Create a file association so my data files have a custom icon.
- Process the command line (if there is one) of my application so the user can select a data file to have it open in my application.
A SO search finds this, but doesn't go into detail of what I'm looking for. I know the file associations are in the registry, but I've never touched the WinMo registry so I'm a little clueless there. I've tried Google but maybe I'm not using the right keywords because I don't find much. Any pointers in the right direction would be greatly appreciated!