About open right window - Printable Version
-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: About open right window (/showthread.php?tid=92370)
About open right window by xljeff on 09-26-2009 at 03:17 PM
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 !
RE: About open right window by m0nst3rkill3r on 09-26-2009 at 03:28 PM
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
RE: About open right window by xljeff on 09-26-2009 at 03:47 PM
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 ?
RE: About open right window by andrey on 09-26-2009 at 04:00 PM
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)
RE: About open right window by xljeff on 09-26-2009 at 11:51 PM
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 ?
RE: About open right window by xljeff on 09-27-2009 at 12:56 AM
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 )
|