Board index » cppbuilder » How to use the InternetExplorer Object (not the WebBrowser object) with Builder 4
Alain Glad
![]() CBuilder Developer |
Tue, 09 Jul 2002 03:00:00 GMT
How to use the InternetExplorer Object (not the WebBrowser object) with Builder 4
How do I use the InternetExplorer object (not the WebBrowser object) in
Builder 4 to be able to Start/Navigate/Stop the actual Internet Explorer application. I know it can be done with VC++5 with the following piece of code: void main(int argc, char* argv[]) // Make the internet browser visible on the screen // Repeat until the users choose to quit // If the user said he wants to navigate... // Close the Internet browser application // Uninitialize the COM functionalities Quote} |