WebBrowser in TAB sequence
- From: brianfakemail@xxxxxxxxx
- Date: 30 Aug 2006 08:34:55 -0700
Hi all,
I do appreciate any help on following:
Background: I am in need of a very simple web-browser. For that purpose
I created a regular WinAPI application (no MFC) and used
AtlAxCreateControl API to create and host an IWebBrowser2 control. The
rest of UI is a simple toolbar with back/forward buttons, an address
box (edit or combo) and go button (again a toolbar).
So far, so good. It works, but I do have troubles with TAB sequence.
Main problem is that when the address box has the focus and user
presses the TAB key the focus is expected to move to the web-browser.
Can someone explain in plain English how and what should be done in
order to get it working smooth? I tried many different approaches, but
perhaps in wrong order.
Or maybe someone have example code - just an address-box and the
web-browser both hosted in a window (HWND).
Thank you very much in advance,
brian
.
- Follow-Ups:
- Re: WebBrowser in TAB sequence
- From: Igor Tandetnik
- Re: WebBrowser in TAB sequence
- Prev by Date: Re: AxSHDocVw.AxWebBrowser or System.Windows.Forms.WebBrowser?
- Next by Date: Re: WebBrowser in TAB sequence
- Previous by thread: Re: AxSHDocVw.AxWebBrowser or System.Windows.Forms.WebBrowser?
- Next by thread: Re: WebBrowser in TAB sequence
- Index(es):