AutoHotkey Community

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

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Hamachi and WinMinimize
PostPosted: February 25th, 2009, 4:42 pm 
Offline

Joined: May 14th, 2007, 10:39 pm
Posts: 6
This is probably a really easy question

I am trying to minimize the Hamachi window after the computer restarts. My goal is clear the desktop of all of the startup apps.

I have tried both WinMinimize, and WinHide without success. I also tried the postmessage action as described on the WinMinimize documentation. Finally I have tried to select the application and MouseClick on the minimize button without success.

Any advice or suggestions would be greatly appreciated. Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 25th, 2009, 7:39 pm 
Offline

Joined: August 21st, 2006, 7:07 pm
Posts: 2925
Location: The Shell
This worked for me.

Code:
; Miniimize for Hamachi 1.0.3.0-en.exe

f1::

WinWait, Hamachi,
IfWinNotActive, Hamachi, , WinActivate, Hamachi,
WinWaitActive, Hamachi,
WinMinimize, Hamachi,

return

F2::reload

esc::exitapp


You may want to add a settitlematchmode 3.

Also if the problem is that its not doing this at startup, consider adding some kind of padding to allow for windows to full boot up. I would do a process search for all commen processes 1st.

_________________
Imageparadigm.shift:=(•_•)┌П┐RTFM||^.*∞


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 26th, 2009, 4:23 pm 
Offline

Joined: May 14th, 2007, 10:39 pm
Posts: 6
Thanks. It appears to be SetTittleMatchMode was the issue. I had used 2 (partial match). It would not function with it as two, but worked well with SetTittleMatchMode set as 3 (exact match).

Grateful for your help TheLaughingMan


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Miguel, rbrtryn, SifJar, SKAN and 57 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