Keyboard in Vista, with IE in "protected mode"
Hi,
I have an IE addin, which opens a dialog.
This dialog hosts a web browser (using ATL, AxWindow).
The web browser (in the dialog), shows an HTML form with several edit
\textarea.
My problem is, that when "protected mode" is on,
keyboard events don't arrive to "edit" in from, so user cannot use
"CTRL-C" to copy the content.
There is also a button "copy" which does the work and works, namely
the content is copied to the clipboard.
From this I guess the problem is not with accessing the clipboard, but
only with WM_KEYDOWN.
The only relevant thing I've found in MSDN is
"ChangeWindowMessageFilter",
but it doesn't seem to relevant since my addin and iexplorer.exe are
in the same process.
Any help is appreciated.
Thanks,
Si.
(Sorry about the cross-post in several groups, didn't know which one
is most relevant)
date: Wed, 12 Mar 2008 08:05:15 -0700 (PDT)
author: Si