Re: WebBrowser in TAB sequence



Igor Tandetnik wrote:
See if this helps:

http://groups.google.com/group/microsoft.public.inetsdk.programming.webbrowser_ctl/browse_frm/thread/d80465d3a42ec6d3


Hi Igor, it looks like calling DoVerb(OLEIVERB_UIACTIVATE) works as
described it that thread. At least I think so.

However there is one more thing left: sometimes (I still cannot find
the dependence) the BACKSPACE and ENTER keys aren't interpreted well
from address-box (this is a combo-box control).

In plain English above means that sometimes user cannot backspace in
the combo-box and sometimes pressing the Enter key while the focus is
in combo-box doesn't generate WM_COMMAND message (with IDOK) as usual
in Win32 applications.

I suppose that the web-browser message handling is _eating_ that
WM_KEYDOWN messages, because I forward all keyboard input first to the
browser control. Do you have any idea?

Thanks for your patience.
brian

.



Relevant Pages

  • Re: Passing Ctrl+C message to the browser control
    ... "Igor Tandetnik" wrote: ... >> I have disabled the context menu to the browser control but I would ... > IOleCommandTarget and execute IDM_COPY command. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Problem with GetKeyboardState()
    ... > all the keys. ... > reflect in the dump. ... GetAsyncKeyState ... Igor Tandetnik ...
    (microsoft.public.vc.language)