![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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. |
Ads |
#2
|
|||
|
|||
![]()
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" wrote in message ... 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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Getting a handle on a form region | Mark Lawrence[_2_] | Add-ins for Outlook | 1 | October 21st 08 03:29 PM |
Form Region cannot be opened | shubhangi | Add-ins for Outlook | 3 | April 18th 08 02:11 PM |
'adjoining' form region | Alan | Outlook - Using Forms | 1 | May 29th 07 05:42 PM |
Communicate with a Form Region | Vbasiccode | Outlook - Using Forms | 5 | May 9th 07 10:51 PM |
forward an attachment with form region | Nikolas | Outlook - Using Forms | 4 | March 16th 07 10:44 AM |