AutoHotkey Community

It is currently May 26th, 2012, 5:18 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: January 23rd, 2007, 8:19 pm 
Offline

Joined: November 14th, 2006, 4:40 pm
Posts: 16
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 :)

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!!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 17th, 2008, 3:29 am 
Offline

Joined: March 3rd, 2008, 2:48 pm
Posts: 12
Location: Inside your mind.
I just wanted to comment on this. Its very useful, and a workaround well found. Thank you very much for posting. :)

_________________
ImageImage
ImageImage


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Not very clear...
PostPosted: March 2nd, 2009, 11:15 pm 
I don't understand this workaround, and I certainly would like to...
Could someone be more precise?


Report this post
Top
  
Reply with quote  
 Post subject: Ok I got it
PostPosted: March 2nd, 2009, 11:52 pm 
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,


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, mrhobbeys, Mtes, perlsmith, rbrtryn, stanman and 72 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group