Here's the setup: I'm working on an application with dozens of add-on tools that live in MFC extension dlls. Each tool is derived from a common base class. The main application creates an instance of ...
I am working on a MFC application for a Pocket PC 2003 PDA. We want the application to be dialog-based (using MFC), but want a command-bar (the menubar at the bottom of the WinCE display). Can anyone ...