What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » instantiate plus! scripting objects from outside?

instantiate plus! scripting objects from outside?
Author: Message:
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.
[Image: gybouserbar6hc.gif]
08-08-2006 06:36 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
instantiate plus! scripting objects from outside? - by rh on 08-08-2006 at 11:15 AM
RE: instantiate plus! scripting objects from outside? - by RaceProUK on 08-08-2006 at 12:20 PM
RE: instantiate plus! scripting objects from outside? - by rh on 08-08-2006 at 12:24 PM
RE: instantiate plus! scripting objects from outside? - by markee on 08-08-2006 at 12:33 PM
RE: instantiate plus! scripting objects from outside? - by rh on 08-08-2006 at 12:40 PM
RE: instantiate plus! scripting objects from outside? - by Veggie on 08-08-2006 at 12:42 PM
RE: instantiate plus! scripting objects from outside? - by AberNStein on 08-08-2006 at 03:36 PM
RE: instantiate plus! scripting objects from outside? - by Intosia on 08-08-2006 at 03:37 PM
RE: instantiate plus! scripting objects from outside? - by deAd on 08-08-2006 at 04:01 PM
RE: RE: instantiate plus! scripting objects from outside? - by rh on 08-08-2006 at 05:52 PM
RE: instantiate plus! scripting objects from outside? - by Intosia on 08-08-2006 at 04:08 PM
RE: instantiate plus! scripting objects from outside? - by matty on 08-08-2006 at 04:18 PM
RE: instantiate plus! scripting objects from outside? - by deAd on 08-08-2006 at 04:19 PM
RE: instantiate plus! scripting objects from outside? - by Intosia on 08-08-2006 at 04:24 PM
RE: instantiate plus! scripting objects from outside? - by AberNStein on 08-08-2006 at 04:26 PM
RE: RE: instantiate plus! scripting objects from outside? - by rh on 08-08-2006 at 05:59 PM
RE: RE: RE: instantiate plus! scripting objects from outside? - by AberNStein on 08-08-2006 at 06:36 PM
RE: RE: instantiate plus! scripting objects from outside? - by J-Thread on 08-08-2006 at 09:50 PM
RE: instantiate plus! scripting objects from outside? - by Veggie on 08-08-2006 at 05:45 PM
RE: instantiate plus! scripting objects from outside? - by deAd on 08-08-2006 at 10:18 PM
RE: RE: instantiate plus! scripting objects from outside? - by rh on 08-08-2006 at 10:47 PM
RE: instantiate plus! scripting objects from outside? - by Shondoit on 08-08-2006 at 10:55 PM
RE: instantiate plus! scripting objects from outside? - by Silentdragon on 08-08-2006 at 11:18 PM
RE: instantiate plus! scripting objects from outside? - by Shondoit on 08-08-2006 at 11:23 PM
RE: RE: instantiate plus! scripting objects from outside? - by AberNStein on 08-09-2006 at 04:49 AM
RE: instantiate plus! scripting objects from outside? - by rh on 08-09-2006 at 07:38 AM
RE: instantiate plus! scripting objects from outside? - by Intosia on 08-09-2006 at 09:08 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On