Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   Not getting Backspace event. (http://www.outlookbanter.com/add-ins-outlook/90795-not-getting-backspace-event.html)

Ashutosh Jogdande May 25th 09 06:58 PM

Not getting Backspace event.
 
Hi All,

I have developed an Outlook addin which adds UserControl Component
having a webBrowser control in it, onto a rctrl_renwnd32 window.
WebBrowser is pointing to URL which has text-box in it developed in flex.
All keys are functioning fine, except Backspace.
I have checked with key events on flex, getting all key events except
backspace.
So I tried adding textbox on UserControl itself, backspace is not
functioning but able to catch backspace event.
But I have to use Third Party URL.

Any pointers will be really helpful.
Thanks in advance.
Ashutosh



Dmitry Streblechenko May 28th 09 10:23 PM

Not getting Backspace event.
 
Outlook intercepts some keyboard keys, so your only woraround woudl be to
intercept them first using a Windows hook (SetWindowsHookEx) and then
explicilty forward the messages to your control.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Ashutosh Jogdande" wrote in message
...
Hi All,

I have developed an Outlook addin which adds UserControl Component
having a webBrowser control in it, onto a rctrl_renwnd32 window.
WebBrowser is pointing to URL which has text-box in it developed in flex.
All keys are functioning fine, except Backspace.
I have checked with key events on flex, getting all key events except
backspace.
So I tried adding textbox on UserControl itself, backspace is not
functioning but able to catch backspace event.
But I have to use Third Party URL.

Any pointers will be really helpful.
Thanks in advance.
Ashutosh





All times are GMT +1. The time now is 06:22 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com