Honsik
2007-04-11 18:23:58 UTC
I want to know, how can I easily make an object of IE and make it
visible same like I open it from my desktop. I want to set http adress
and using the objects on that page, for example cliking on button or
hypertexts. All only in C++.
I am beginner and I am using only pure C++. That mean win32
application without .NET, ATL, MFC. I have Visual Studio 2005.
In Visual Foxpro I can do only this commands:
loObj = CreateObject("InternetExplorer.Application")
loObj.Visible = .T.
loObj.Navigate2("www.google.com")
I want something like this but in C++.
Can somebody help me ?
visible same like I open it from my desktop. I want to set http adress
and using the objects on that page, for example cliking on button or
hypertexts. All only in C++.
I am beginner and I am using only pure C++. That mean win32
application without .NET, ATL, MFC. I have Visual Studio 2005.
In Visual Foxpro I can do only this commands:
loObj = CreateObject("InternetExplorer.Application")
loObj.Visible = .T.
loObj.Navigate2("www.google.com")
I want something like this but in C++.
Can somebody help me ?