rcmaehl Posted October 24, 2011 Share Posted October 24, 2011 (edited) MOVED TO http://autoitscript.com/forum/topic/135395-fcofix-software/ Edited December 7, 2011 by rcmaehl My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
Mikeman27294 Posted October 24, 2011 Share Posted October 24, 2011 Nice... it's a similar concept to an idea I had once, but mine was going to be more along the lines of the MI6 desktop environment from James Bond. Link to comment Share on other sites More sharing options...
Skitty Posted October 24, 2011 Share Posted October 24, 2011 All you need to do now is make it actually do something aside from just running stuff, especially add a hot key to close the program before you get people panicking. Cool concept though. Link to comment Share on other sites More sharing options...
rcmaehl Posted October 26, 2011 Author Share Posted October 26, 2011 All you need to do now is make it actually do something aside from just running stuff, especially add a hot key to close the program before you get people panicking. Cool concept though. Umm that's what Start -> Shutdown does right now. My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
Skitty Posted October 26, 2011 Share Posted October 26, 2011 Umm that's what Start -> Shutdown does right now. Oh , well I just assumed it would shut down my PC so I didn't even bother to click it, guess I should look at the script before running it. Link to comment Share on other sites More sharing options...
rcmaehl Posted November 16, 2011 Author Share Posted November 16, 2011 (edited) Updates: Added Tabs Added default background Changed Run() to Execute() Uploaded New Script at same location Added Shutdown Function that actually shuts down the computer PowerOff(1) To do: Add an exit to explorer.exe Add an option to kill and replace explorer.exe Start version numbering once the base program is finalized. Edited November 16, 2011 by rcmaehl My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
nitekram Posted November 16, 2011 Share Posted November 16, 2011 when i click on the start button - the menu pops then disapears 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator Link to comment Share on other sites More sharing options...
rcmaehl Posted November 17, 2011 Author Share Posted November 17, 2011 when i click on the start button - the menu pops then disapearsOS? Service Pack? 32 or 64 bit? AutoIt Version? My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
BrewManNH Posted November 17, 2011 Share Posted November 17, 2011 The start menu problem is because if the images needed in the code below don't exist, the $Paper variable is set to 0 because it can't create the image. So what happens is that the GUIGetMsg fires on the $Paper switch case and immediately closes the start menu. $Image[0] = @UserProfileDir & ".face" $Image[1] = @ScriptDir & "image.jpg" If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
rcmaehl Posted November 18, 2011 Author Share Posted November 18, 2011 The start menu problem is because if the images needed in the code below don't exist, the $Paper variable is set to 0 because it can't create the image. So what happens is that the GUIGetMsg fires on the $Paper switch case and immediately closes the start menu. $Image[0] = @UserProfileDir & ".face" $Image[1] = @ScriptDir & "image.jpg" Thanks for reporting that. I'll fix that next upload. My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF 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