Mega Cleaner BETA

Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
12 posts Page 1 of 2
Contributors
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Mega Cleaner BETA
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
You do not have the required permissions to view the files attached to this post.
Last edited by Cheatmasterbw on Fri Nov 26, 2010 5:28 pm, edited 1 time in total.
http://www.megaapps.tk/
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Mega Cleaner
mandai
Does this work for all users or just the current user?
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Mega Cleaner
Axel
is the progressbar real ?:P
http://vagex.com/?ref=25000
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Mega Cleaner
Cheatmasterbw
mandai wrote:
Does this work for all users or just the current user?
No. I may work on that for a future version!
http://www.megaapps.tk/
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Mega Cleaner
Cheatmasterbw
YourSocksRoxx wrote:
is the progressbar real ?:P
What do you mean by that?
http://www.megaapps.tk/
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Mega Cleaner
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
http://vagex.com/?ref=25000
User avatar
Kieken72
VIP - Donator
VIP - Donator
Posts: 231
Joined: Sun May 02, 2010 10:38 am

Re: Mega Cleaner
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
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Mega Cleaner
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
http://www.megaapps.tk/
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Re: Mega Cleaner BETA
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.
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Mega Cleaner BETA
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
http://vagex.com/?ref=25000
12 posts Page 1 of 2
Return to “Full Software”