PDA

View Full Version : how to make bar of free space on harddisk?


Fakhruddinmaruf_
20-01-2018, 03:45
hi.. i want to make a bar which have mean free space of selected drive. i'm little confuse to make. so, i need your help guys for make it. you can see a image of bar as my plan. sorry for quality of image because i make it in photoshop. thanks...

EzzEldin16
20-01-2018, 07:00
could you explain what you want ? what i understood is that you want to save space on your hard drive am i right ?

pakrat2k2
20-01-2018, 07:13
no what he wants is in an installer, for it to show freespace on whatever HD letter he selects.

Edison007
20-01-2018, 15:10
For example

Fakhruddinmaruf_
28-01-2018, 03:13
For example
thank you for your help sir, but how to make the spacebar from panel. so, we just use panel not image. how make it?

y_thelastknight
06-02-2018, 10:39
thank you for your help sir, but how to make the spacebar from panel. so, we just use panel not image. how make it?

ProgressBarExSetPosition(SpaceBar, 1000-(FreeMB*1000/TotalMB));
ImgApplyChanges(WizardForm.Handle);

delete this line from the example file and create a new TNewProgressbar

Fakhruddinmaruf_
10-02-2018, 16:07
ProgressBarExSetPosition(SpaceBar, 1000-(FreeMB*1000/TotalMB));
ImgApplyChanges(WizardForm.Handle);

delete this line from the example file and create a new TNewProgressbar

OK sir, problem solved. thanks for your guide..
http://fileforums.com/attachment.php?attachmentid=20981&stc=1&d=1518355741