programming

Hacking – Overtaking applications

There is a nice registry hack that allows you to execute a specific application when you try to execute actually a different application. For example if you try to run notepad.exe, the calc.exe will be launched instead. Details: The key you create in HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Options must have the name of the application

Hacking – Overtaking applications Read More »

“Tpopupmenu not found” error in Delphi while loading a DPK file.

I got recently a nasty “tpopupmenu not found” error while trying to load an old DPK file. I finally figure out that the error was in the DOF file associated with the project. I just deleted the “c:program filesborlanddelphi7Bindclact70.bpl=Borland ActionBar Components” line from [Excluded Packages] section and it worked.

“Tpopupmenu not found” error in Delphi while loading a DPK file. Read More »

Scroll to Top