View Single Post
  #2  
Old 07-01-2014, 17:29
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
i try to convert it. but progress bar not showing it percentage
Quote:
Originally Posted by sentinelks View Post
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

Last edited by reiji777; 07-01-2014 at 21:28.
Reply With Quote