Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HOWTO Retrieve InternetExplorer combo-box address?

Status
Not open for further replies.

WGenzo

Programmer
Nov 28, 2001
4
IT
I have this problem:

I want to know (from my app in VB) the address that the user has entered in the address combo-box of a Internet Explorer Window.

How can I get the handle of that window without knowing it's caption? I only know that it's the current window being displayed.

I can use the FindWindow() API call, but I need the window's caption. Is there an API call thet returns the handle of the current active window displayed?

Once I get that handle, how can I get the handle of the address combo-box?

Thanx to all.

pietcio@libero.it mail to pietcio@libero.it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top