Shoutbox

[request]Open IE Explorer in Messenger Plus? Is it posable? - 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: [request]Open IE Explorer in Messenger Plus? Is it posable? (/showthread.php?tid=65753)

[request]Open IE Explorer in Messenger Plus? Is it posable? by NettoSaito on 09-02-2006 at 09:59 PM

Is it posabel? or has it been made where you can like invite some one to an activity where it opens up the activity table but insted of some game or some thing though a pre set web site, a web browser with what ever the persion who invited them to?

like say i click invite then i have it set for google.com

they open it and it comes up with the site?

so is it posable?


RE: [request]Open IE Explorer in Messenger Plus? Is it posable? by aNILEator on 09-02-2006 at 11:12 PM

...shared search?


RE: RE: [request]Open IE Explorer in Messenger Plus? Is it posable? by NettoSaito on 09-02-2006 at 11:15 PM

quote:
Originally posted by aNILEator
...shared search?

wait..... IS THERE A SCRIPT FOR IT!?
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? by phalanxii on 09-03-2006 at 02:53 AM

I don't know about an activity table, but you can certainly make a web browser.

code:
var Shell = new ActiveXObject("WScript.Shell");
Shell.run("http://www.google.com");
OR
code:
var IE = new ActiveXObject("InternetExplorer.Application");
IE.visible = true;
IE.navigate("http://www.google.com");
The top one opens the website in the default browser (works for all browser programs). The bottom one works strictly for Internet Explorer, and opens a new window.
RE: RE: [request]Open IE Explorer in Messenger Plus? Is it posable? by NettoSaito on 09-03-2006 at 05:48 AM

quote:
Originally posted by phalanxii
I don't know about an activity table, but you can certainly make a web browser.
code:
var Shell = new ActiveXObject("WScript.Shell");
Shell.run("http://www.google.com");
OR
code:
var IE = new ActiveXObject("InternetExplorer.Application");
IE.visible = true;
IE.navigate("http://www.google.com");
The top one opens the website in the default browser (works for all browser programs). The bottom one works strictly for Internet Explorer, and opens a new window.

oh ok thanks ^_^ but..... i dont know how to script for msn live...... but i could learn except the guide to download on the main page isnt working.
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? by Matti on 09-03-2006 at 07:14 AM

quote:
Originally posted by NettoSaito
but i could learn except the guide to download on the main page isnt working.
You can find it here. Or, if you want the online version, click here. ;)
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? by aNILEator on 09-03-2006 at 08:14 AM

shared search is a messenger activity i beleive so it opens like a game would and you both view the same webpage


RE: [request]Open IE Explorer in Messenger Plus? Is it posable? by Zeh on 09-05-2006 at 10:18 PM

In portugal we don't have any shared search in the activities but anyway we only have like 3 activities and 6 games... One time I changed my country in the mail acount details to US and then I saw lots of activities and games I never saw before... Also the windows live today and the call icons on the contact list apeard (they don't apear when you are set to portugal) the contact cards had buttons on the I never saw before and there were new options... So I guess It could be made in a script for those who are in countries that don't have that option.


RE: [request]Open IE Explorer in Messenger Plus? Is it posable? by alexp2_ad on 09-05-2006 at 10:19 PM

quote:
Originally posted by NettoSaito
Is it posabel? or has it been made where you can like invite some one to an activity where it opens up the activity table but insted of some game or some thing though a pre set web site, a web browser with what ever the persion who invited them to?

like say i click invite then i have it set for google.com

they open it and it comes up with the site?

so is it posable?

Lol, a way where you send them an invite to a certain website, and they can open it in their web browser....... isn't that a link? :P
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? by NettoSaito on 09-11-2006 at 11:33 PM

im talking about the game window thing opens up and you both view the same page.

like you could then also open a game from some where else if you wanted to.


RE: [request]Open IE Explorer in Messenger Plus? Is it posable? by deAd on 09-11-2006 at 11:51 PM

An Activity? These can be created with the Messenger Activity SDK, not with a script.

http://msdn.microsoft.com/library/default.asp?url...p/introduction.asp