Creat softkey problem base on VS2005 in Magneto

1.I created a MFC Smart Device Application.
2.Selected: Mobile 5.0 PPC SDK
3.Appliction type: Dialog based
The sample code can't display on my device.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devguidesp/html/sp_howtocreatesoftkeybar.asp
And
CMenu menu1;
menu1.LoadMenu(IDR_MYMENU1);
SetMenu(&menu1);
that's also not.
Thanks
[406 byte] By [zool] at [2008-2-8]
# 1
Pocket PC and Smartphone menus are actually toolbars. Please take a look at this blog (http://blogs.msdn.com/johnkenn/comments/454858.aspx) to see if it helps.
TaoMa-MSFT at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...