arielsa Posted March 30, 2006 Posted March 30, 2006 i wish to run an application that will be unvisible to the user, is there a way to do it? Thanks
SpookMeister Posted March 30, 2006 Posted March 30, 2006 (edited) opt("TrayIconHide", 1) This will prevent the Tray icon from appearing, so unless they are looking in Task Manager, they won't see it. Edited March 30, 2006 by SpookMeister [u]Helpful tips:[/u]If you want better answers to your questions, take the time to reproduce your issue in a small "stand alone" example script whenever possible. Also, make sure you tell us 1) what you tried, 2) what you expected to happen, and 3) what happened instead.[u]Useful links:[/u]BrettF's update to LxP's "How to AutoIt" pdfValuater's Autoit 1-2-3 Download page for the latest versions of Autoit and SciTE[quote]<glyph> For example - if you came in here asking "how do I use a jackhammer" we might ask "why do you need to use a jackhammer"<glyph> If the answer to the latter question is "to knock my grandmother's head off to let out the evil spirits that gave her cancer", then maybe the problem is actually unrelated to jackhammers[/quote]
Moderators SmOke_N Posted March 30, 2006 Moderators Posted March 30, 2006 Or #NoTrayIcon 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.
arielsa Posted March 30, 2006 Author Posted March 30, 2006 SpookMeister said: opt("TrayIconHide", 1)This will prevent the Tray icon from appearing, so unless they are looking in Task Manager, they won't see it.How nice and easy....and i tried to make my application run as a service without success.Thanks a lot!
viking Posted March 30, 2006 Posted March 30, 2006 And how about Break(0) ? It will show a Tray icon but you cant rightclick to close it..
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