Re: Control keys on a IE CommBand - WebBrowser Control
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 05/14/04
- Next message: Igor Tandetnik: "Re: Can't get AutoComplete to work in hosted webbrowser control"
- Previous message: christig: "Re: JScript exec from BHO"
- In reply to: Sérgio Pinheiro: "Control keys on a IE CommBand - WebBrowser Control"
- Next in thread: Sérgio Pinheiro: "Re: Control keys on a IE CommBand - WebBrowser Control"
- Reply: Sérgio Pinheiro: "Re: Control keys on a IE CommBand - WebBrowser Control"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 19:44:59 -0400
"Sérgio Pinheiro" <sergiop.net@terra.com.br> wrote in message
news:eokPxugOEHA.2480@tk2msftngp13.phx.gbl
> I'm experimenting a very strange problem.
> I have a webbrowser control inside a IE CommBand, everything works
> fine including the backspace and tab keys;
>
> Except the control keys like:
> delete key
> insert key
> and the textbox's context menu.
>
> I'm implementing IInputObject Interface...
Do you call IInputObjectSite::OnFocusChangeIS whenever you gain the
focus? In particular, you should call it from UIActivateIO (when you are
activated) and when a mouse is clicked on your window or any of its
children. The easiset way to achieve the latter is to handle
WM_PARENTNOTIFY message.
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
- Next message: Igor Tandetnik: "Re: Can't get AutoComplete to work in hosted webbrowser control"
- Previous message: christig: "Re: JScript exec from BHO"
- In reply to: Sérgio Pinheiro: "Control keys on a IE CommBand - WebBrowser Control"
- Next in thread: Sérgio Pinheiro: "Re: Control keys on a IE CommBand - WebBrowser Control"
- Reply: Sérgio Pinheiro: "Re: Control keys on a IE CommBand - WebBrowser Control"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|