Tsongkie Posted August 10, 2006 Posted August 10, 2006 argh i know this is a stupid question. why can't i find the option that disables auto it programs from being visible in system tray? also is there a way to hide the program's process?
Knight Posted August 10, 2006 Posted August 10, 2006 (edited) To hide it or show it mid-script use this. Check helpfile for more information. Opt("TrayIconHide", 1)oÝ÷ Ù:&jG¢¶w¯z»!£jYZuÛaËh¶¢¶¬r¸©µ«¢+Ø9½QÉå%½¸ No, to you're last question. Edited August 10, 2006 by Knight
Tsongkie Posted August 10, 2006 Author Posted August 10, 2006 thanks that was fast I wonder where all this info is written
Knight Posted August 10, 2006 Posted August 10, 2006 thanks that was fast I wonder where all this info is writtenThe AutoIt Help File.
Tsongkie Posted August 10, 2006 Author Posted August 10, 2006 another noob question. I'd like to auto start my program everytime windows loads, is there a way to do it?
Knight Posted August 10, 2006 Posted August 10, 2006 Place it in the startup folder; or a shortcut to it.
Azu Posted August 10, 2006 Posted August 10, 2006 If you don't want it to show up in the process list then it doesn't get it's on process. You'll have to inject it into one that already exists like explorer.exe or something.
MHz Posted August 10, 2006 Posted August 10, 2006 If you don't want it to show up in the process list then it doesn't get it's on process. You'll have to inject it into one that already exists like explorer.exe or something.Interesting for evil uses, but does not answer the question. Please stay on topic.
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