Web Hosting Talk







View Full Version : Control IE with C++


Scott25
03-26-2005, 06:17 PM
im looking for a way to control internet explorer with C++ im wanting to preload a selected amount of browsers by the user and i want to be able to just have 1 showing then when it becomes a certain url in the adress bar then it goes to the next browser... and possibley able to scroll

folsom
03-26-2005, 08:29 PM
CHtmlView Class (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/vcrefCHtmlView.asp)

Scott25
03-26-2005, 09:02 PM
thanks just what i needed