|
| Keyboard in Vista, with IE in "protected mode" |
 |
Wed, 12 Mar 2008 08:04:45 -070 |
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
|
| Post Reply
|
| Re: Keyboard in Vista, with IE in "protected mode" |
 |
Wed, 12 Mar 2008 11:31:15 -040 |
If you must make identical posts to multiple newsgroups, please cross-post
one (1) message to all of them. Thank you.
Multiposting vs Crossposting:
http://www.blakjak.demon.co.uk/mul_crss.htm
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/
Si wrote:
> 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)
|
| Post Reply
|
|
|
|
|
|
|
|
|
|