Javik 0 Posted February 21, 2012 Is it possible to make an auto-it app that runs exclusively from the tray and displays a tray icon that can be animated/changed?I'm trying to write a network user account disk quota monitoring tool that will show different icons based on disk storage used, and pop up a window on first run to display alert notifications when users logon.I've got the notification window part mostly figured out, but I don't know how or if I can make the tray icon using AutoIT. Generally I'm not planning to offer menus, but it would pop up the quota status window, if the icon is clicked. There won't be a quit option.. it should run at user logon and continue to run in the tray until logoff.I could just stop where I am with a window that appears once and exits, but a tray icon with a tiny account space usage graphic would be more useful to the user.===========Local run for admin account, using path "C:\" rather than domain account properties.User's name is read from domain profileThick black bars (adjustable): Warn threshold (yellow): 75% .... Critical threshold (red) : 90%(Microsoft apparently provides nothing like this built-in, for notifying domain/roaming account users at logon. I'm doing this mainly because there's no other really good option available.) Share this post Link to post Share on other sites
Skitty 49 Posted February 21, 2012 Look into trayseticon and all the other tray related functions in the help file, there's even a nice udf that you can edit. Share this post Link to post Share on other sites
Javik 0 Posted February 21, 2012 Whoops, I didn't see that in my searching. Thanks. Share this post Link to post Share on other sites
Skitty 49 Posted February 22, 2012 Whoops, I didn't see that in my searching. Thanks.I know that feel man... Even today I'm still seeing native functions I've never seen before. Share this post Link to post Share on other sites