Letis Posted January 21, 2009 Posted January 21, 2009 Hi i have one question: How can i delete tray icon of my script(I dont want this all in tray...
azure Posted January 21, 2009 Posted January 21, 2009 Letis said: Hi i have one question: How can i delete tray icon of my script(I dont want this all in tray... Quote Changes the operation of various AutoIt functions/parameters. AutoItSetOption ( "option" [, param] ) Parameters option The option to change. See Remarks. param [optional] The value to assign to the option. The type and meaning vary by option. See remarks below. If the param is not provided, then the function just returns the value already assigned to the option. The keyword Default can be used for the parameter to reset the option to its default value. TrayIconHide Hides the AutoIt tray icon. Note: The icon will still initially appear ~750 milliseconds. 0 = show icon (default) 1 = hide icon
FireFox Posted January 21, 2009 Posted January 21, 2009 @Letis #NoTrayIcon ;delete trayicon ;or Opt("TrayIconHide", 1) ;hide tray icon --- Opt("TrayMenuMode", 1) ;disable autoit tray menu Cheers, FireFox.
rokey Posted January 21, 2009 Posted January 21, 2009 Letis said: Hi i have one question: How can i delete tray icon of my script(I dont want this all in tray...use the option #NoTrayIcon or Opt("TrayIconHide", 1)
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