You might use a timer, and check at intervall what's enabled. Here's a
sample for an API timer:
http://www.vboffice.net/sample.html?...4&cmd=showitem
--
Best regards
Michael Bauer - MVP Outlook
Manage and share your categories:
http://www.vboffice.net/product.html?pub=6&lang=en
Am Sun, 21 Feb 2010 04:45:01 -0800 schrieb Ria:
Does anyone know how to catch the event from an inspector window (mail
message compose window) when the cursor is placed into the mailheader?
If I change the cursor from the mailheader to the body of the message,
Microsoft does disable the builtin formatting buttons, the are reactivated
when the cursor gets back into the body of the message.
I wish to use this same event disable/enable my custom buttons in the
ribbon.
Anyone has an idea how to accomplish this?