开发者

Catching a "character-typed" event in Outlook

开发者 https://www.devze.com 2023-02-22 17:17 出处:网络
I\'m working on an Outlook addon and I\'m wondering if there is a way to receive an event notification when a particular character, or set of characters, is typed? For example, say I want something to

I'm working on an Outlook addon and I'm wondering if there is a way to receive an event notification when a particular character, or set of characters, is typed? For example, say I want something to happen as soon as the user types '$' in a new mail item, is it possible to register for such an event?

开发者_Python百科

Thanks.


Looks like there no events provided, that you can use. But you can try use Win32 API to get the key press event.

0

精彩评论

暂无评论...
验证码 换一张
取 消