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?

[request]Open IE Explorer in Messenger Plus? Is it posable?
Author: Message:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request]Open IE Explorer in Messenger Plus? Is it posable? - by NettoSaito on 09-02-2006 at 09:59 PM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by aNILEator on 09-02-2006 at 11:12 PM
RE: RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by NettoSaito on 09-02-2006 at 11:15 PM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by phalanxii on 09-03-2006 at 02:53 AM
RE: RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by NettoSaito on 09-03-2006 at 05:48 AM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by Matti on 09-03-2006 at 07:14 AM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by aNILEator on 09-03-2006 at 08:14 AM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by Zeh on 09-05-2006 at 10:18 PM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by alexp2_ad on 09-05-2006 at 10:19 PM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by NettoSaito on 09-11-2006 at 11:33 PM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable? - by deAd on 09-11-2006 at 11:51 PM


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