xtremee Posted May 27, 2006 Posted May 27, 2006 Hi allHow to disable AutoIt System tray icon?Regards,Xtreme
Ophiel X Posted May 27, 2006 Posted May 27, 2006 easy. don't use autoit! it would kinda be rude to kill their icon, anyways you're obviously interested in programming, take the next step and learn a real language.visual basic would be a great first step.
xtremee Posted May 28, 2006 Author Posted May 28, 2006 easy. don't use autoit! it would kinda be rude to kill their icon, anyways you're obviously interested in programming, take the next step and learn a real language.visual basic would be a great first step. You r right about learing a real language. but i don't think that is a good answer to the prob. (as i need to do program now and i don't have to wait time till i finish visual basic) ThanksRegards,Xtreme
clavicle Posted May 28, 2006 Posted May 28, 2006 use this option in your scriptOpt("TrayIconHide", 1)
LLXX Posted May 28, 2006 Posted May 28, 2006 you're obviously interested in programming, take the next step and learn a real language.visual basic would be a great first step.Actually, some don't even consider VB to be a real language... more along the lines of C/C++
Ophiel X Posted May 29, 2006 Posted May 29, 2006 well, i agree.but it's a good learning language that gives you the opportunity to get familiar with API.and enables you to write .vbs scripts.back in the day i wrote a few applications that i could -almost- be proud of in VB, and didn't use one single bit of activex.
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