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:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: trying to open My recieved folder
quote:
Originally posted by Zakukashi

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!
Well, the ShellExecute function should do the trick
JScript code:
Interop.Call("shell32", "ShellExecuteW", null, "open", "C:\\Myrecieved", null, null, 1 /*SW_SHOWNORMAL*/);

Also, notice that "\" is an escape character in JScript so you need to use double backslash "\\" instead ;)

This post was edited on 08-11-2009 at 06:05 AM by felipEx.
08-11-2009 06:03 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