What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request]Open IE Explorer in Messenger Plus? Is it posable?

Pages: (2): « First [ 1 ] 2 » Last »
[request]Open IE Explorer in Messenger Plus? Is it posable?
Author: Message:
NettoSaito
New Member
*


Posts: 4
Joined: Sep 2006
O.P. [request]Open IE Explorer in Messenger Plus? Is it posable?
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?

This post was edited on 09-02-2006 at 10:13 PM by NettoSaito.
09-02-2006 09:59 PM
Profile E-Mail PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
...shared search?
09-02-2006 11:12 PM
Profile PM Web Find Quote Report
NettoSaito
New Member
*


Posts: 4
Joined: Sep 2006
O.P. RE: RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
quote:
Originally posted by aNILEator
...shared search?

wait..... IS THERE A SCRIPT FOR IT!?
09-02-2006 11:15 PM
Profile E-Mail PM Find Quote Report
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
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.

This post was edited on 09-03-2006 at 02:54 AM by phalanxii.
09-03-2006 02:53 AM
Profile PM Find Quote Report
NettoSaito
New Member
*


Posts: 4
Joined: Sep 2006
O.P. RE: RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
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.
09-03-2006 05:48 AM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
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. ;)

This post was edited on 09-03-2006 at 07:15 AM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
09-03-2006 07:14 AM
Profile E-Mail PM Web Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
shared search is a messenger activity i beleive so it opens like a game would and you both view the same webpage
09-03-2006 08:14 AM
Profile PM Web Find Quote Report
Zeh
Full Member
***

Avatar
DC 4 EVER!

Posts: 136
Reputation: 1
35 / Male / –
Joined: Aug 2006
RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
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.
[Image: Zeh.png][Image: x copy.jpg]
| Windows Live Messenger Beta Tester | Windows Live Mail Beta Tester |
09-05-2006 10:18 PM
Profile E-Mail PM Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
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
09-05-2006 10:19 PM
Profile E-Mail PM Find Quote Report
NettoSaito
New Member
*


Posts: 4
Joined: Sep 2006
O.P. RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
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.
09-11-2006 11:33 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« 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