AberNStein
Full Member
Posts: 132 Reputation: 2
Joined: Jul 2006
|
RE: RE: RE: instantiate plus! scripting objects from outside?
quote: Originally posted by rh
quote: Originally posted by AberNStein
however, if wlm is minimized to tray, then you'll need all this:
thanks a lot. unfortunately it create only a lot of error messages and does not do what it is supposed to do...
quote: Originally posted at http://www.autohotkey.com/forum/post-66927.html#66927 by OrelseIamfired:
try changing
code: hw_notification_area := FindWindow( "Shell_TrayWnd|TrayNotifyWnd|SysPager|ToolbarWindow32,Notification Area" )
to
code: if A_OSVersion = WIN_XP
hw_notification_area := FindWindow( "Shell_TrayWnd|TrayNotifyWnd|SysPager|ToolbarWindow32,Notification Area" )
else
hw_notification_area := FindWindow( "Shell_TrayWnd|TrayNotifyWnd|ToolbarWindow32" )
This post was edited on 08-08-2006 at 06:43 PM by AberNStein.
|
|