Prev: CWnd derived parent, owner draw reflection does not work
Next: how to store the listcontrol values into file
From: Holger on 19 Feb 2010 03:15 Hi, most Microsoft applications (e.g. Office 2003, Visual Studio 2008) allow to navigate through the toolbars using the keyboard: This can be done by hitting and releasing the ALT key, which sets the focus to the first menu item. CTRL-TAB then moves the focus to the first toolbar, which can be navigated using the cursor keys and enter. I was told that this is often used by visually impaired users. Unfortunately, standard MFC applications (at least Visual Studio 2008 Feature Pack App-Wizard generated applications) do not offer this functionality. What do I need to do to add this feature? Thanks, Holger |