I have to host IWebBrowser2 in separate hidden window. My
app main window has same size as browser window host.
When I post messages (all mouse messages) from my main
app window to WebBrowser it does not do anything. (Mouse
klicks and moves do not change anything fo me).
I was trying Host Window handler, it child, and it child
child (WebBrowser ctl itself). Nothing. :(
Any suggestions?
Thanks
--
SY
Konstantin Romanov
http://www.spbteam.com/rk
"Alex" <agol...@lumenati.com> wrote in message
news:e60d01c1251f$3c44f2d0$a4e62ecf@tkmsftngxa06...
--
SY
Konstantin Romanov
http://www.spbteam.com/rk
"Konstantin Romanov" <r...@tepkom.ru> wrote in message
news:O5glvIXJBHA.1644@tkmsftngp03...
Thanks again
Alex
>.
>
onfocus="this.blur()"
Maybe its too straightforward, but should work.
Another possibility could be to now give away focus from controls in your
application if the new window
is WebBrowser control window (or one of its children). But I haven't ever
tried this approach - sometimes its too complex to implement it because you
have to track all controls in your application.
--
SY
Konstantin Romanov
http://www.spbteam.com/rk
"Alex" <agol...@lumenati.com> wrote in message
news:eb6d01c125b6$d0632a80$a4e62ecf@tkmsftngxa06...