You are viewing articles in the Internet / LAN category &rarr


How to Find and Highlight Text in TWebBrowser

Posted December 15th @ 4:22 pm by m3Rlin

The TWebBrowser has huge capabilities, most of which are not available through properties and settings. Knowing the API of the underlying OLE object can sometimes come in really handy. That’s when a simple TForm with a TWebBrowser object can suddenly do more than just navigate sites.
The Microsoft Internet Explorer object can add a lot to [...]

How do I Get Internet Explorer’s Favorites

Posted December 15th @ 4:21 pm by m3Rlin

Accessing Internet Explorer favorites is not hard since they are nothing more than files and folders. All you have to basically do is find the IE Favorites folder, then read it’s structure and file list. Once this is done you will need to read the URL that’s in each of the files. Sounds easy? You [...]

« Previous EntriesNext Entries »