What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » About open right window

About open right window
Author: Message:
xljeff
New Member
*


Posts: 11
Joined: Sep 2009
O.P. About open right window
Very sorry about first post...any wrong

I search more then 200 subject but can't find my question , so post it..
i think maybe i don't know the right keyword...

Hope someone can teach me , how to open a window right of chat window ..

this is what i use to open a chat with user..
Messenger.OpenChat(mail).SendMessage(MSG);

How can i open right window (for media,web page..or else..) ?

Thank you very much !
09-26-2009 03:17 PM
Profile E-Mail PM Find Quote Report
m0nst3rkill3r
Junior Member
**

Avatar

Posts: 51
Joined: Sep 2009
RE: About open right window
quote:
Originally posted by xljeff

How can i open right window (for media,web page..or else..) ?

Thank you very much !

I dont really unterstand you. What do you want from us?


greetings

This post was edited on 09-26-2009 at 03:34 PM by m0nst3rkill3r.
09-26-2009 03:28 PM
Profile E-Mail PM Find Quote Report
xljeff
New Member
*


Posts: 11
Joined: Sep 2009
O.P. RE: About open right window
be like this function
http://www.youtube.com/watch?v=8xlKFGBxkag

this is a msn bot sample about this function

very thx for your repost..and can you tell me what this function (right window) call ?
09-26-2009 03:47 PM
Profile E-Mail PM Find Quote Report
andrey
elite shoutboxer
****

Avatar

Posts: 795
Reputation: 48
– / Male / Flag
Joined: Aug 2004
RE: About open right window
take a look at this script: http://www.msgpluslive.net/scripts/view/143-Activity-Launcher/

basically, to launch an existing activity, you need something like
JScript code:
function LaunchActivity(number,email){
    new ActiveXObject("MSNMessenger.P4QuickLaunch").LaunchApp(number, email);
}

(number being the ID of the activity)

This post was edited on 09-26-2009 at 04:12 PM by andrey.
[Image: w2kzw8qp-sq2_dz_b_xmas.png]
09-26-2009 04:00 PM
Profile PM Find Quote Report
xljeff
New Member
*


Posts: 11
Joined: Sep 2009
O.P. RE: About open right window
Hello

What i have to do if i want to add a activity ? (to register on msn website ?? or...)

if i just want to open a web page ?
09-26-2009 11:51 PM
Profile E-Mail PM Find Quote Report
xljeff
New Member
*


Posts: 11
Joined: Sep 2009
O.P. RE: About open right window

Sorry , i found some information about my question

In this page (How to register a Activity)
http://roosokad.blogspot.com/2008/03/this-article...how-to-create.html

and this page ( more information about MSGRP2P.xml )
http://msdn2.microsoft.com/en-us/library/aa751045.aspx



but i have another question now...
Edit MSGRP2P.xml ..and change URL tag to Google.com

when i use this code to call activity for test

number = 7
email = "xxx@xx.com" ( my msn account address )
new ActiveXObject("MSNMessenger.P4QuickLaunch").LaunchApp(number, email);

nothing happend.....ORZ....

when i use number = 99995068 ( some real Activity ID )
messenger show Error :  This computer can't open this program

No any log in system event....
is there something i have to allow or messenger or IE ? ( something be like activeX )

09-27-2009 12:56 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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