I am working a Pocket PC project, which uses Win32 based dialog app for the UI.

I want to port it to MFC as have seen some atricles on how to add bitmap backgrounds to the dialog and adding colored buttons using classes derived from CButton.

Is there an easier way of approaching this.
I have done some MFC programming and have a general Idea of how a Win32 App works, am looking for some hints to spped up the process in general and make it easier to do the migration, from people who have done something similar to this........

(I will be using evc3++ and am targetting Pocket PC 2002 and 2003)

Pauli