About the only way would be to subclass a Windows message handler to the Outlook windows and handle the key strokes directed to those windows looking for your accelerator key using Win32 API functions. Then you can call the Select() method of the form region. That's about it.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm
"james" <aceggroll[ at ]yahoo.com.au> wrote in message news:33b43fc5-b36c-40af-a471-c3c38b27b197[ at ]s9g2000prg.googlegroups.com...
[Quoted Text] > Does anyone know if it is possible to set up accelerators (or similar) > so the user can navigate to an _adjoining_ form region. > If so, how? > Tabbing in the compose form quickly moves the cursor into the message > area, and remains there with further tabs. > For those users who prefer to use the keyboard over the mouse, this > would seem a bit restrictive.
|