I need to insert menu and toolbar into a dialog on Mobile 5.0 Pocket PC.
In eVC++, I used MFC dialog's build in command bar m_pWndEmptyCB to
insert menu and toolbar, as the
http://www.pocketpcdn.com/articles/dialogbar.html suggests, and it works
fine. But in Visual Studio 2005 Beta 2, which come with the new MFC 8.0,
CDialog's pWndEmptyCB data member is gone, is there any other way to insert
menu and toolbar into a dialog on Mobile 5.0 Pocket PC ?
By the way, I can't trace into MFC's source code in Visual Studio 2005
Beta 2, I assumed it's a negligence in Beta 2, and will be fixed in the final
version. Is there any way to remedy this in VS 2005 Beta 2 ?
Thanks in advance.
Chris