From: Holger on
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