Link to home
Start Free TrialLog in
Avatar of drcyrus3d
drcyrus3d

asked on

axWebBrowser control how to???

Hi,

I have a form in wich i have a text box for the URL, a Go button and a axWebBrowser control.

I enter an address into the textbox, after wich i hit the go button.

I want to make the textbox change the location (it's text property), after links are selected in the axWebBrowser control (keep track of the current link).

How can i make this?

P.S. I need only C# examples. Thank you very much.
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of drcyrus3d
drcyrus3d

ASKER

Thank you.