Click here to Skip to main content
15,893,644 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello!

What is the code to interact with internet explorer's address bar using C++ in Visual Studio 2010 or Visual Studio C++?
Interaction here means visiting web pages automatically on specific time intervals etc.

Thanks.
Posted
Updated 5-Aug-10 14:39pm
v2
Comments
#realJSOP 5-Aug-10 20:39pm    
Changed title to be more descriptive than "Information".

Wouldn't it just be easier to write a SDI application with a WebBrowser control in it?
 
Share this answer
 
Why do you need to interact with the address bar. John has good idea (see above) or you can call IE with the address you want to visit.
 
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