 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
FabianBengtsson
Joined: 14 Nov 2006 Posts: 16
|
Posted: Tue Jan 23, 2007 7:19 pm Post subject: Star google talk into tray? [SOLVED] |
|
|
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!! |
|
| Back to top |
|
 |
ProfessorY91
Joined: 03 Mar 2008 Posts: 12 Location: Inside your mind.
|
Posted: Thu Apr 17, 2008 2:29 am Post subject: |
|
|
I just wanted to comment on this. Its very useful, and a workaround well found. Thank you very much for posting.  _________________

  |
|
| Back to top |
|
 |
Perdu Guest
|
Posted: Mon Mar 02, 2009 10:15 pm Post subject: Not very clear... |
|
|
I don't understand this workaround, and I certainly would like to...
Could someone be more precise? |
|
| Back to top |
|
 |
Perdu Guest
|
Posted: Mon Mar 02, 2009 10:52 pm Post subject: Ok I got it |
|
|
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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|