Page 1 of 2

Mega Cleaner BETA

Posted: Fri Nov 26, 2010 4:10 pm
by Cheatmasterbw
This is an app that cleans out your temporary files. This helps if you are running out of space on your hard drive, and need more space!

Screenshot:
Screenshot.png
Mega Cleaner Download:
Mega Cleaner.zip

Re: Mega Cleaner

Posted: Fri Nov 26, 2010 4:25 pm
by mandai
Does this work for all users or just the current user?

Re: Mega Cleaner

Posted: Fri Nov 26, 2010 4:31 pm
by Axel
is the progressbar real ?:P

Re: Mega Cleaner

Posted: Fri Nov 26, 2010 4:34 pm
by Cheatmasterbw
mandai wrote:
Does this work for all users or just the current user?
No. I may work on that for a future version!

Re: Mega Cleaner

Posted: Fri Nov 26, 2010 4:35 pm
by Cheatmasterbw
YourSocksRoxx wrote:
is the progressbar real ?:P
What do you mean by that?

Re: Mega Cleaner

Posted: Fri Nov 26, 2010 4:43 pm
by Axel
Cheatmasterbw wrote:
YourSocksRoxx wrote:
is the progressbar real ?:P
What do you mean by that?
well most people just use a timer to power the progressbar :P

Re: Mega Cleaner

Posted: Fri Nov 26, 2010 5:05 pm
by Kieken72
YourSocksRoxx wrote:
Cheatmasterbw wrote:
YourSocksRoxx wrote:
is the progressbar real ?:P
What do you mean by that?
well most people just use a timer to power the progressbar :P
Lol :p

Re: Mega Cleaner

Posted: Fri Nov 26, 2010 5:27 pm
by Cheatmasterbw
YourSocksRoxx wrote:
Cheatmasterbw wrote:
YourSocksRoxx wrote:
is the progressbar real ?:P
What do you mean by that?
well most people just use a timer to power the progressbar :P
The code is similar to this:
Code: Select all
For a = 0 to 100
    ProgressBar1.value = a
    'More Code Here
Next

Re: Mega Cleaner BETA

Posted: Sat Nov 27, 2010 2:49 pm
by bisnes_niko
Instead of using "Fake" progressbar, you could simply do it this way:

FilesLeft / TotalFiles * 100

This would give you the value for your progressbar.

Re: Mega Cleaner BETA

Posted: Sat Nov 27, 2010 3:23 pm
by Axel
macHard wrote:
Instead of using "Fake" progressbar, you could simply do it this way:

FilesLeft / TotalFiles * 100

This would give you the value for your progressbar.
well , cheatmaster said what he used and that looks similair/better then your way :P