What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Run .exe with Windows Live Messenger

Run .exe with Windows Live Messenger
Author: Message:
paul_a
Junior Member
**


Posts: 17
Joined: Aug 2006
O.P. RE: Run .exe with Windows Live Messenger
Hello again,

Is there a way to call something like shellExecute() from the Csharp code i wrote for a WLM addin. For example, can i call it from the initialize function below thnx.

using System;
using System.Diagnostics;
using Microsoft.Messenger;
using System.Windows.Forms;


public class AddIn : IMessengerAddIn
    {
       
        MessengerClient m_client;
     
void IMessengerAddIn.Initialize(MessengerClient client)
        {
           
            m_client = client;
                 
        }
      .
      .
      .
      .
}
10-16-2006 09:08 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Run .exe with Windows Live Messenger - by paul_a on 10-12-2006 at 07:29 AM
RE: Run .exe with Windows Live Messenger - by vikke on 10-12-2006 at 08:29 AM
RE: Run .exe with Windows Live Messenger - by foaly on 10-12-2006 at 10:02 AM
RE: Run .exe with Windows Live Messenger - by Delphi Thunderbolt on 10-14-2006 at 11:28 PM
RE: Run .exe with Windows Live Messenger - by paul_a on 10-16-2006 at 09:08 AM
RE: Run .exe with Windows Live Messenger - by vikke on 10-16-2006 at 09:40 AM
RE: Run .exe with Windows Live Messenger - by Stigmata on 10-16-2006 at 09:47 AM
RE: Run .exe with Windows Live Messenger - by vikke on 10-16-2006 at 10:11 AM
RE: Run .exe with Windows Live Messenger - by Stigmata on 10-16-2006 at 10:37 AM
RE: Run .exe with Windows Live Messenger - by Delphi Thunderbolt on 10-17-2006 at 06:07 AM


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