How to Get Free Space Size on Disks Larger than 2.1GB

Posted December 15th @ 6:53 pm by m3Rlin

To get the free space size on a drive larger than 2.1 GB you should use the GetDiskFreeSpaceEx() function from Kernel32.dll. Although Delphi 3+ has the function implemention in the Windows unit I have decided to include it’s Delphi port.
!!Note: This function has been introduced in Windows 95 OSR 2 (95b), so you won’t find [...]

How to Create Links

Posted December 15th @ 6:50 pm by m3Rlin

Setup programs automatically can create links to your programs on the desktop, in the Start Menu or wherever you want. WinAmp allows you to create links on the desktop, in the Start menu and in the QuickLaunch menu. Wouldn’t it be cool if your program could do the same? There are Delphi components that do [...]

« Previous Entries