How to Get the Installed BDE Version

Posted December 15th @ 4:57 pm by m3Rlin

For many reasons you may need the installed BDE (Borland Database Engine) version. One of them (the main one probably) is that BDE versions are not always compatible with each other. Therefore you may want to use different code/components at runtime.
Use the code below to determine what version of BDE is installed on the system. [...]

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 Entries