Quote:
Originally Posted by sentinelks
if (FreeMB>{#NeedSize}) then progress.Position:=FreeMB*100/TotalMB;
|
sentinelks i don't know about reiji777 but thats not in my mind..
progress percentage is should be like
(((TotalMB-FreeMB)/TotalMB)*100)
not
FreeMB*100/TotalMB