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 

Star google talk into tray? [SOLVED]

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



Joined: 14 Nov 2006
Posts: 16

PostPosted: Tue Jan 23, 2007 7:19 pm    Post subject: Star google talk into tray? [SOLVED] Reply with quote

How do I start google talk minimized to tray?
I tried this line (which is stated in the registry at current user\run ) but it does not work?

Run, "C:\Program Files\Google\Google Talk\googletalk.exe" /autostart

EDIT:
I think I found a workaround myself Smile

Code:
Run, C:\Program Files\Google\Google Talk\googletalk.exe
PostMessage, 0x112, 0xF060,,, Google Talk,  ;Sending a softclose to gtalk makes it minimize.

_________________
Don't capture me again!!
Back to top
View user's profile Send private message
ProfessorY91



Joined: 03 Mar 2008
Posts: 12
Location: Inside your mind.

PostPosted: Thu Apr 17, 2008 2:29 am    Post subject: Reply with quote

I just wanted to comment on this. Its very useful, and a workaround well found. Thank you very much for posting. Smile
_________________

Back to top
View user's profile Send private message
Perdu
Guest





PostPosted: Mon Mar 02, 2009 10:15 pm    Post subject: Not very clear... Reply with quote

I don't understand this workaround, and I certainly would like to...
Could someone be more precise?
Back to top
Perdu
Guest





PostPosted: Mon Mar 02, 2009 10:52 pm    Post subject: Ok I got it Reply with quote

I figured out what waht wrong. I had to add two lines:

Code:
Run, C:\Program Files\Google\Google Talk\googletalk.exe
WinWait Google Talk
WinActivate
PostMessage, 0x112, 0xF060,,, Google Talk,
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