marfdaman Posted August 14, 2006 Posted August 14, 2006 I get the the error attached (screenshot) when trying to run IceBirky's runaway start button. I just copy/pasted this. Why is this happening? First guess: not using beta... Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Richard Robertson Posted August 14, 2006 Posted August 14, 2006 "False" is one of the beta keywords. Replace "True" with 1 and "False" with 0 and it will work with release.
Moderators SmOke_N Posted August 14, 2006 Moderators Posted August 14, 2006 Well all of this should be superceded if you have the newest "official" release 3.2. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Angelos Posted August 15, 2006 Posted August 15, 2006 Nope... I replaced the false and true and it didn't work. I downloaded the 3.2 release and still doesnt wok. It seems that I'm doing something wrong. Forget about it, I'll try to figure it out Now, continue being creative!
magician13134 Posted November 26, 2006 Posted November 26, 2006 Yeah, I actaully downloaded that program from some prank website, its called Avoid. I had made a fairly small effort to remake it in AutoIt, but failed. I think it's really great how old programs can be revived and rebuilt in AutoIt.Yeah, I'm currently on a mission to remake all of those, they're from RJL software. I've gotten quite a few done. This was the one I got really stuck on, thanks for the help guys! Visit Magic Soft Inc. for some of my software
daslick Posted March 28, 2007 Posted March 28, 2007 Try to change the text in the vista classic start menu... I have been unsuccessful so far.
autoitwindows Posted February 9, 2008 Posted February 9, 2008 This works too, esc for exit. While 1 Opt("WinTitleMatchMode", 4) HotKeySet("{esc}", "Close") $pos = MouseGetPos() ControlMove("classname=Shell_TrayWnd", "", "Button1", $pos[0], Default) WinClose( "Start") WEnd Func Close() Exit EndFunc
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