James Posted September 22, 2007 Posted September 22, 2007 Hey, My dad needs to hide another programs tray icon (near the clock) I was wandering how? Thanks, -James Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Moderators SmOke_N Posted September 22, 2007 Moderators Posted September 22, 2007 I'm curious on why your "Dad" never asks http://www.autoitscript.com/forum/index.php?showtopic=13704 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.
Nahuel Posted September 22, 2007 Posted September 22, 2007 #include "SysTray_UDF.au3" $st_process = "Autoit3.exe" _SysTrayIconRemove(_SysTrayIconIndex($st_process)) The only bad thing is that the only way of having it back is restarting that process
James Posted September 22, 2007 Author Posted September 22, 2007 Smoke, I use AutoIt, my Dad doesnt program. Nahuel, thanks! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Moderators SmOke_N Posted September 22, 2007 Moderators Posted September 22, 2007 #include "SysTray_UDF.au3" $st_process = "Autoit3.exe" _SysTrayIconRemove(_SysTrayIconIndex($st_process))The only bad thing is that the only way of having it back is restarting that process I'm confused... wasn't that in the link I posted? 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.
Nahuel Posted September 22, 2007 Posted September 22, 2007 I'm confused... wasn't that in the link I posted?Yeah, haha. I always click reply and then I forget and get beaten to it by someone else. Your post was more helpful because you said where to get the SysTray_UDF.au3 include. Sorry for the confusion.
James Posted September 22, 2007 Author Posted September 22, 2007 (edited) Its ok. I read smokes post just before. Thanks for the link and nahuel thanks for the code its already an example but thanks! P.s congrats smoke on the mod job! Edited September 22, 2007 by JamesB Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
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