Quote:
Originally Posted by y_thelastknight
i try to convert it. but progress bar not showing it percentage 
|
Quote:
Originally Posted by sentinelks
if (FreeMB>{#NeedSize}) then NeedSpaceLabel1.Font.Color:=clBlack else NeedSpaceLabel1.Font.Color:=clRed;
if (FreeMB>{#NeedSize}) then Progress.State:= npbsNormal else Progress.State:= npbsError;
if (FreeMB>{#NeedSize}) then progress.Position:=FreeMB*100/TotalMB;
|
wow it really works like a charm bro. thankyou so much to both of you
