In other programming languages such as Visual Foxpro I have to write only loObj = CreateObject("InternetExplorer.Application") loObj.navigate2("www.google.com")
and I have an object of IE at google page and I can do with it what I want. How can I do this in C++ by easy way ? I am beginner, I am using VS2005 and pure C++, no .NET, no ATL
H
Honsik
@Honsik
Posts
-
How to use Internet Explorer with C++ using OLE