AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Hide Icon

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Nuwan



Joined: 08 Oct 2005
Posts: 29
Location: Sri Lanka

PostPosted: Tue Sep 19, 2006 5:05 pm    Post subject: Hide Icon Reply with quote

Hai..

Is there any method to hide the Icon shown in taskbar(right side) when a compiled script (exe) running
[I want to hide autohot key icon]

pls reply:o

Nuwan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
philou



Joined: 26 Jul 2006
Posts: 68
Location: Wuppertal

PostPosted: Tue Sep 19, 2006 5:24 pm    Post subject: Reply with quote

RTFM

Rolling Eyes
Back to top
View user's profile Send private message
PhiLho



Joined: 27 Dec 2005
Posts: 6836
Location: France (near Paris)

PostPosted: Tue Sep 19, 2006 6:42 pm    Post subject: Reply with quote

Read The Fine Manual, indeed, but I admit it is not always obvious to find a command when searching a task to do... This is true for AutoHotkey but also for the WinAPI and all docs in general.
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
philou



Joined: 26 Jul 2006
Posts: 68
Location: Wuppertal

PostPosted: Tue Sep 19, 2006 7:18 pm    Post subject: Reply with quote

I agree with you PhiLho, but a simple search for icon in the fine manual would at least helped him on the right track, but nevermind Smile
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 8688

PostPosted: Tue Sep 19, 2006 7:40 pm    Post subject: Re: Hide Icon Reply with quote

Nuwan wrote:
Is there any method to hide the Icon shown in taskbar(right side) when a compiled script (exe) running
[I want to hide autohot key icon]


Just add these lines to the beginning of the script:

Code:
#NoTrayIcon
IfNotEqual,A_IsCompiled,1, Menu,Tray,Icon


Regards, Smile
_________________
URLGet - Internet Explorer based Downloader
Back to top
View user's profile Send private message Send e-mail
Avalon



Joined: 11 May 2007
Posts: 26

PostPosted: Wed May 30, 2007 12:11 pm    Post subject: hide after every ballontip Reply with quote

I have a similar question. I want to hide the icon of a script, but I can't use #NoTrayIcon, becouse I want to use ballontips. What I want, is to hide again after each ballontip, also hide after I recompile and launch it through cmd. I tried to search after some kind of registry solution, but no difference. Any idea?

Ps.: Of course, when I say hide, I mean like when you set it in the taskbar properties.
Back to top
View user's profile Send private message
Grumpy
Guest





PostPosted: Wed May 30, 2007 12:18 pm    Post subject: Reply with quote

Again, RTFM.
#NoTrayIcon page wrote:
The tray icon can be made to disappear or reappear at any time during the execution of the script by using the command menu, tray, Icon or menu, tray, NoIcon.
Back to top
Avalon



Joined: 11 May 2007
Posts: 26

PostPosted: Wed May 30, 2007 12:24 pm    Post subject: Reply with quote

Grumpy wrote:
Again, RTFM.
#NoTrayIcon page wrote:
The tray icon can be made to disappear or reappear at any time during the execution of the script by using the command menu, tray, Icon or menu, tray, NoIcon.

Yeah, my fault I wasn't exact. It's not jus AHK script. It also applies to other programs tray icons. So I still need a global solution.
Back to top
View user's profile Send private message
Grumpy
Guest





PostPosted: Wed May 30, 2007 12:44 pm    Post subject: Reply with quote

So search the forum for tray icon or notification area (the correct name).
I recall some solutions might have been given.
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group