Hi,
I write an IE hosted WinForms control. I need to add some global shortcut
keys. I found quite easy to do this by implementing an IMessageFilter.
Unfortunatelly this seems not working with IE although it does work when the
same control is run in standard form.
When I debuged it in the IE I see that Load event where I placed
Application.AddMessageFilter gets executed. But then the PreviewMessage
method is not.
First I thought it is a security issue (I think message filtering requires
access to unmanaged code) but it runs from a full trusted source.
Hence my questions are:
* Has anyone experienced such behavior?
* Anyone knows how to avoid it?
* Does anyone has any alternative solution for global shortcut keys ?
Regards,
Szymon Kobalczyk
Apriso Poland