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:
rh
Full Member
***


Posts: 115
– / Male / –
Joined: Mar 2003
O.P. RE: instantiate plus! scripting objects from outside?
OK, thanks to some of the information in this thread and other inforfation from the web, I was abl to solve the problem. this is the VBscript:

code:
SET msn = CreateObject("Messenger.UIAutomation.1")
if msn.MyStatus=10 then
    msn.MyStatus=2
else
    msn.MyStatus=10
end if


and this is how it is launched from AHK:

code:
cmd=%windir%\system32\wscript.exe "%A_ScriptDir%\SwitchMSNStatus.vbs"
Run, %cmd%


now when i am sitting on my couch watching TV, and people start chatting to me, i can easily "shake them off" through one button press (Y) thanks to everyone

regards,
rh
08-09-2006 07:38 AM
Profile E-Mail 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