Search Results

2
votes

Get Application exe size easily

You can try this: if FindFirst(ExpandFileName(Application.exename), faAnyFile, SearchRec) = 0 then MessageDlg(Format('Tamaño: <%d>',[SearchRec.Size]), mtInformation, [ …
5
votes

Delphi - most successful applications developed

Hello. You can search applications in your PC made in Delphi searhing a "Magic Number" present in all Delphi applications. It's explained …