Valuater Posted May 11, 2005 Share Posted May 11, 2005 (edited) Topic says it all...Updated 3/04/2006Version 3.3.5E is NOW on the Weband*** DOWNLOAD.COM ***Please post a favorable review 8)** Skin-able**NEW* Added: Menu Bar Skins – “XPC-Radio” fully functional - More will be available soonAdded: “New Menu Bar Skin” Button - on the lower Full Menu Added: Placed XPClean in Program filesFixed: Wait time to approx 1 minute before disappearingFixed: Temp storage of filesMinor fixes and line clean-up******************************Updated 6/2/2005Version 3.2.3 is NOW on the Web** NOW 100% FREE **NEW* Added CCleaner (Free Crap and Registry Cleaner (not as user-friendly but more options))Removed: Reg 1st Aid ( limited freeware ) **NOTE** if you have installed “Reg 1st Aid” you may continue to use it, you are given a choice of programs to use.Added: All Auto-Clean boxes checked by defaultAdded: Random Promotion of *XPedite Clean* a one-touch auto-run programAdded: Sound (not overwhelming)Added: Close when Defrag is ranAdded: Web Page Help ( help currently under construction)Fixed: Help file – connected to web help center (F1 key now works)Fixed: Line Clean-up & Speed-up (cut-out over 50 send commands)Removed: prompts for help, update, Microsoft says, donate (goes straight to web)******************************Updated 5/25/2005Version 3.2.2 is NOW on the WebAdded: check for HomeDrive\Temp\Added to tray Icon1. Show Menu Bar2. Hide Menu Bar3. Reset/Un-lock Menu ( removed numerous RunWait's and replaced with loops)Removed: "E-mail Us" buttonAdded: "Make a Donation" button (goes online to paypal)Minor fixes and line clean-upThanks... 8)******************************Updated 5/19/2005Version 3.2.1 is NOW on the Web Fixed: Display of files being deletedFixed: Cancel button on "Confirm delete files"Fixed: link to ; sets transparency of start menu barAdded: Check if *XPClean Menu* is running and locate the menu bar ........ thanks to all whom helped :-)******************************Lots of area for improvement... but works wellDesigned in conformity for less complexityThis Version 3.2.0 is NOW on the web-siteapprox 1500+ lineshelp file not included (as yet.. because i kept adding more choices)utilizes many autoit tools from transparency to regwriteBeginning Sample of Code#cs =============================================================================== *XPClean Menu* ver 3.2.0 - 05.05.2005 Autor: Robert M @ QT Appraisal E-mail: XPCleanMenu@aol.com Language: English OSystem: Windows Xp Features: Menu system to Clean-up, Tune-up and Optimize Windows Xp - Menu item to run Xp Restore Program (create restore point for safety) - Web link and menu item to install/start Adaware (removes ad and pop-up problems) - Web link and menu item to install/start Microsoft Spyware Program (removes spyware problems) - Tabs for removing programs and files (XPClean part) - Auto-clean checked boxes (cleans files automatically) - Web link and menu item to install/start CCleaner or Registy First Aid (registry cleaner); limited freeware - Menu item to run Defrag hard-drive - Used as listed makes all programs even more effective - Web link and menu item to install/start Microsoft Tweak UI (Win Xp tweak program) - Folds very nicely - ... Requirements: Legal copy of Microsoft Windows Xp Construction: Autoit 3.1+, SciTE 1.63 Thanks to all, Enjoy... #ce ===============================================================================Sample disapearing menu barfiles attachedAU3 ; for ???INSTALL EXE ;(SEE WEB SITE) to reflect art-work, place registry and short-cut on Win XpPlease let me know what ya think.... Enjoy!AU3 File is herehttp://www.xpcleanmenu.hostrocket.com/Auto...PClean-Menu.au3Full install NOW on Web Site... herehttp://www.XPCleanMenu.HostRocket.comau3 file Updated 03/04/2006exe file Updated 07/01/2005 Edited March 4, 2006 by Valuater Link to comment Share on other sites More sharing options...
mistrfree Posted May 11, 2005 Share Posted May 11, 2005 Pretty nice!!! Seems like allot of work Link to comment Share on other sites More sharing options...
Carlos Posted May 11, 2005 Share Posted May 11, 2005 Is it possible to clean not the current user but all the users that exist on th pc Link to comment Share on other sites More sharing options...
Valuater Posted May 11, 2005 Author Share Posted May 11, 2005 (edited) No, Not all users at the same time. it was designed not to. Most of the cleaning is for the complete system, however the individual users needs to log-in to clean their personal areas. thanks Edited May 11, 2005 by Valuater Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted May 12, 2005 Share Posted May 12, 2005 (edited) In the AutoClean window, the label at the bottom where the file path is displayed, the text is overlapping each other so nothing can be read...Just thought I'd point that out. Not bad, now to check the other functions Also, it would be nice to open the websites from the native browser instead of IE...just for those Firefox users out there Edited May 12, 2005 by MSLx Fanboy Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
Valuater Posted May 13, 2005 Author Share Posted May 13, 2005 In the AutoClean window, the label at the bottom where the file path is displayed, the text is overlapping each other so nothing can be read...Just thought I'd point that out. Not bad, now to check the other functionsAlso, it would be nice to open the websites from the native browser instead of IE...just for those Firefox users out there <{POST_SNAPBACK}>You noticed the most questionable part of the program (for me)... very attentiveActually, i notice that this bar seems to "re-display" previous lines of print. i tried many types of scripting to clear this problem. you may have noticed this lineControlSetText("Deleting - " & $sLine, "", "Static1", $hLabel)and, the counter only reflects every 5 files because it was a blur also. I really was hoping someone 8) could assist in this weird display action.thanks Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted May 13, 2005 Share Posted May 13, 2005 (edited) I would suggest trying GUICtrlSetData(). I wasn't too fond of that Registry watching program, I'll stick with that AdAware and the RegMon registry utilities. Not bad though! Edit: I don't think you ever posted any source code, I wouldn't know what could be the problem... Edited May 13, 2005 by MSLx Fanboy Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
Valuater Posted May 15, 2005 Author Share Posted May 15, 2005 I would suggest trying GUICtrlSetData(). I wasn't too fond of that Registry watching program, I'll stick with that AdAware and the RegMon registry utilities.Not bad though!Edit: I don't think you ever posted any source code, I wouldn't know what could be the problem...<{POST_SNAPBACK}>I tried GUICtrlSetData(). it didn't work eitherThe code is in the original post as an .au3. you should be able to read all the sorce code from there.The reg 1st aid is a cleaner not a monitor, it just worked well in this cleaning process. thanksIf Anyone has any ideas for the wierd display... please let me know. Link to comment Share on other sites More sharing options...
buzz44 Posted May 15, 2005 Share Posted May 15, 2005 (edited) At first I thought it was how you designed the GUI, then I thought it was my Windows Blinds Skin. And then I realised it was my 600x800 resolution. Set your monitor at 600x800 and then run *XPClean Menu* and you can see what I initailly saw when running your program. I think you should consider revising it so it is suitable to use in all resolutions. Should not be to hard, just use @DesktopWidth/Height etc. Also hit "Auto Clean", "Full Menu" and "Share" when in 600x800 and half of the text/checkboxes/tabs appear off screen. Edited May 15, 2005 by Burrup qq Link to comment Share on other sites More sharing options...
Helge Posted May 15, 2005 Share Posted May 15, 2005 @Burrup :MsgBox(64,"Tee-hee !",_JokeAbout("600x800")) Func _JokeAbout($topic) If NOT $topic = "600x800" Then SetError(1) Return -1 EndIf Return "Just wondering.. Doesn't your neck hurt like hell after you've used your" & _ "computer for a while ? Also, I don't know what's common in Australia," & _ "but here in Norway we normally place our monitors on it's foot." & @CRLF & _ "Tee-hee !" EndFuncYeah, I know... It's probably a good time to go to bed... Link to comment Share on other sites More sharing options...
Valuater Posted May 15, 2005 Author Share Posted May 15, 2005 At first I thought it was how you designed the GUI, then I thought it was my Windows Blinds Skin. And then I realised it was my 600x800 resolution.Set your monitor at 600x800 and then run *XPClean Menu* and you can see what I initailly saw when running your program. I think you should consider revising it so it is suitable to use in all resolutions. Should not be to hard, just use @DesktopWidth/Height etc. Also hit "Auto Clean", "Full Menu" and "Share" when in 600x800 and half of the text/checkboxes/tabs appear off screen.<{POST_SNAPBACK}>i really didnt think much about anyone using 600x800but this should work Link to comment Share on other sites More sharing options...
buzz44 Posted May 15, 2005 Share Posted May 15, 2005 (edited) Thanks that works great Having my monitor resolution any larger makes my head think cause I have to look at the screen more cause the words are so tiny lol. Yes I also put my monitor on my foot lol? lol. Edited May 15, 2005 by Burrup qq Link to comment Share on other sites More sharing options...
Valuater Posted May 19, 2005 Author Share Posted May 19, 2005 5/19/2005 Updated program and downloads see original post Link to comment Share on other sites More sharing options...
KXM Posted May 23, 2005 Share Posted May 23, 2005 I got a chance to play with this last night... nifty. Your code was really helphful, I now have a better understanding of GUI programming structure. As a small suguestion, you might think of checking if @homedrive\temp\ exists, and if not create it, be fore installing the images. I had to make it before your program would display correctly. Link to comment Share on other sites More sharing options...
Valuater Posted May 25, 2005 Author Share Posted May 25, 2005 ... checking if @homedrive\temp\ exists, and if not create it, be fore installing the images. I had to make it before your program would display correctly.<{POST_SNAPBACK}>Included in ver 3.2.25/25/2005 Updated program and downloads see original post Link to comment Share on other sites More sharing options...
Valuater Posted June 2, 2005 Author Share Posted June 2, 2005 (edited) Now 100% FREE 6/2/2005 Updated program and downloads see original post ** replaced ALL this For $i = 1 To 14 Send("{tab}") Next Send("{ENTER}") Send("{ENTER}") ** with this ControlClick('Internet Properties', '', 'Button7') ******************************* and ** replaced For $i = 1 To 14 Send("{tab}") Next **with this Send("+{tab}") ******************************** and ** replaced For $i = 1 To 14 Send("{tab}") Next Send("{RIGHT}") Send("{RIGHT}") Send("{RIGHT}") For $i = 1 To 5 Send("{tab}") Next Send("{ENTER}") ** with this Send("+{tab}") Send("{RIGHT}") Send("{RIGHT}") Send("{RIGHT}") ControlClick('Internet Properties', '', 'Button9') Edited June 3, 2005 by Valuater Link to comment Share on other sites More sharing options...
PerryRaptor Posted June 3, 2005 Share Posted June 3, 2005 Very nice stand-alone application!!! I use the scheduler on all client workstations to order up Cleanmgr.exe, Defrag.exe, etc. Possibly I can take a few of the features from your script and add that capability to the schedule as well...Thanks for the ideas. Link to comment Share on other sites More sharing options...
Valuater Posted June 8, 2005 Author Share Posted June 8, 2005 Very nice stand-alone application!!!I use the scheduler on all client workstations to order up Cleanmgr.exe, Defrag.exe, etc. Possibly I can take a few of the features from your script and add that capability to the schedule as well...Thanks for the ideas.<{POST_SNAPBACK}>be sure to look at the the "cmd extended clean manager" because you can usually select 5 to 10 more locations to clean Link to comment Share on other sites More sharing options...
Valuater Posted June 30, 2005 Author Share Posted June 30, 2005 Updated 7/1/05 *Skinable* See original post thx 8) Link to comment Share on other sites More sharing options...
Valuater Posted October 8, 2005 Author Share Posted October 8, 2005 Oct 6, 2005 my Web Site just past 10,200 Hits Yea!!!!!! ( and I have a $10.00 (US) donation.... that paypal has taken its $.50 (cents) and wont allow transfers of less than $10.00).... go figure ... 8) 8) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now