Hidden Features of the Delphi 5 and 6 IDE

Posted December 15th @ 3:43 pm by m3Rlin

Here are 3 undocumented registry settings that modify the behavior of the Delphi component palette in a manner you may like. But why are there hidden features first of all and why are they not “available” to the public? They may may have been introduced too late into the product to get documented, or they [...]

How to Programmatically Make Your Programs Run on Windows Startup

Posted December 15th @ 7:32 am by m3Rlin

To easiest way to make your programs run on Windows startup is to make an entry in the system registry.
To make you program run on all user profiles you have to change the RootKey variable to HKEY_LOCAL_MACHINE else don’t change it, HKEY_CURRENT_USER is set by default.
If you want your program to run only once [...]

Next Entries »