What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » trying to open My recieved folder

trying to open My recieved folder
Author: Message:
Zakukashi
New Member
*


Posts: 1
Joined: Aug 2009
O.P. trying to open My recieved folder
Hi I made a simple menu item that should open My received folder or any folder. I couldn't find a way.. So I did this

function OnEvent_MenuClicked(folder,Location, OriginWnd)
{   
var Shell = new ActiveXObject("WScript.Shell");
               Shell.Exec("C:\Application.exe");
               return"";
               
   
   
}

I made a VB applicaion to open the folder ... is there an easier way to do it without using shell? when I try a normal link like Shell.Exec("C:\Myrecieved\");
it dosnt open it. Please let me know if theres an easier way to this thanks!
08-11-2009 05:48 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
trying to open My recieved folder - by Zakukashi on 08-11-2009 at 05:48 AM
RE: trying to open My recieved folder - by ShawnZ on 08-11-2009 at 06:03 AM
RE: trying to open My recieved folder - by felipEx on 08-11-2009 at 06:03 AM
RE: trying to open My recieved folder - by matty on 08-11-2009 at 12:55 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