How to Access the Registry Using Windows API

Posted December 15th @ 8:55 pm by m3Rlin

You may, for some reasons not want to use Delphi’s TRegistry component but still want to use the system’s Registry. This may come in handy when creating applications for Windows NT/2000/XP/Vista. Delphi’s TRegistry component will raise an error when attempting to write a string value to the HKEY_LOCAL_MACHINE key. Well, the way to get over [...]

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 [...]

« Previous Entries