Click here to Skip to main content
15,913,669 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have the code to get the url from all current instances of IE but it is done on clicking the button.
i don't want to click the button. There should be an event that must triggers itself as the address is entered in the address bar of Internet Explorer and get the url.

please help me to get url from Internet Explorer address bar using winform.

thanks for all.
Posted
Updated 4-Mar-10 19:30pm
v2

As the address is entered somewhere, use that controls OnChange or even OnKeyPress events... run the code to get the expected URL.

Every character entered will get you fresh result. Bind that and show as suggestion. Since you need this in Winforms, you shouldn't be facing any issue.
 
Share this answer
 
v2
but how can i get onchange or keydown event of internet explorer??
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900