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
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