How to Make a Desktop Screenshot

Posted December 15th @ 1:50 pm by m3Rlin

Making screenshots is actually easier than you may have assumed. This tip makes screenshots of the desktop only, but you can implement it to your needs. A lot of people have asked me how to get an image of the screen. For various reasons I think this is a very usefull idea so I [...]

How to Programmatically Change the BDE Settings for the MSACCESS Driver and Other BDE

Posted December 15th @ 1:45 pm by m3Rlin

After installing the BDE the default value for the MSACCESS driver is the idda032.dll (DAO 3.0), which is used in Office 95. But if we are using Office 97 we have to change this setting to idda3532.dll (tip 8.1). We can do so using the following code:


uses
BDE;

procedure SetOffice97DB;
var
ConfigDesc: CFGDesc;
Cursor [...]

« Previous EntriesNext Entries »