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 to Dynamically Change DNS Servers

Posted December 15th @ 4:15 pm by m3Rlin

When you connect to the Internet (any kind of connection) you use DNS (Domain Name Server) servers to resolve domain names. To put that in plain English - you know Borland’s site is www.borland.com, but that name is for humans to better remember it. The address that your computer would connect to if you wanted [...]