Hi, I've played a little with your CF I think it's really nice.
1. One thing I've noticed was that the listview control doesn't resize itself to fit the whole form and even if i gave it the 320*240 size, on my N95, the listview was larger than the form.
Because the width(176) and height(180) of the form in WM are almost equal, I suggest you thing a way to transform all the control sizes and locations to be correctly displayed on 320*240. As I've seen 245*240 does the job.
2. Another suggestion is for the MessageBox; It will probably be better to display it like a Symbian OS message box rather than a whole new form like in WM.
Keep up the good work ;).