tags:

views:

429

answers:

0

Hi all. I'm new to Windows Mobile 5 programming, but not to MFC. I need to port a Windows dialog app from VS2005 to Windows Mobile. I'm using VS2005 and a C++ Smart Device application project.

In the Windows PC app, I can add a menu to the dialog. But I can't seem to figure out how to see the menu in Windows Mobile. The menu is there as a resource, but I can't see it when I run the emulator.

With other Windows Mobile apps, I see the word "Menu" on the bottom bar, whcih brings up the menu. It's this functionalty I'd like to add to my dialog app.

So I'm guessing there must be some other step(s) required.

Thanks in advanve for any help / suggestions.

-Chris