Quantcast
Channel: Planet Object Pascal
Viewing all articles
Browse latest Browse all 1725

Behind the connection: Internet Explorer Automation Part 1

$
0
0
Internet Explorer can be automated just like Word or Excel. Most automation is done using IWebBrowser2 interface. Getting hand on a IWebBrowser interface is easy. It is enough to call CreateComObject, passing the Internet Explorer ID. This will create a new instance of Internet Explorer: FWebBrowser := CreateComObject(CLASS_InternetExplorer) as IWebBrowser2; Once the instance is created (A new

Viewing all articles
Browse latest Browse all 1725

Trending Articles