What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
Shutdown Event
Hi all, I wrote an OnShutDown event , and it is not being called when the addin is turned off , and not even when we switch addins, It only gets called when i remove the addin or when i sign out of messenger. Is this normal behaviour? if not what sh...
paul_aPlug-Ins10-27-2006 at 08:06 AM
RE: run addIn automatically
ok thanks anyway, so i guess the only way to do it is to select the addin manually. By the way does anyone know when a newer version of this api will be out?
paul_aPlug-Ins10-25-2006 at 01:59 PM
run addIn automatically
Hi all , i wrote an addin for wlm, and i was wondering if there was a way to run this addIn automatically as soon as i sign in to wlm instead of having to chose it from the adins tab inthe options menu.. Thanks all.
paul_aPlug-Ins10-25-2006 at 01:02 PM
RE: Sharing and packaging my messenger addin
Ok thanks for your reply, does my Dll have to be a COM Dll? because im using vc++ 2005 not .NET
paul_aSkype & Live Messenger10-16-2006 at 12:12 PM
Sharing and packaging my messenger addin
Hi all, I wrote a plug in for messenger using IMessenger interface , and all Messenger events are handled in the Invoke() function. now the thing is that my plug in is an .exe file.. so when I was testing it I was manually running it. but now I want ...
paul_aSkype & Live Messenger10-16-2006 at 11:58 AM
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; usi...
paul_aPlug-Ins10-16-2006 at 09:08 AM
Run .exe with Windows Live Messenger
Hi all, I have written my own messenger plugin using IMessenger interface, and i would like this plugin to start automatically when Windows Live Messenger starts . Is there a way to start up my exe with Messenger? Thnx
paul_aPlug-Ins10-12-2006 at 07:29 AM
changing MSN privacy options
Hi again, I was wondering what happens in the registry once we change the privacy options in the messenger. For example when we uncheck the [b]"only people on my allow list can see my ...."[/b] and the[b]" alert me when other people add me to t...
paul_aPlug-Ins09-27-2006 at 11:52 AM
RE: Automatically accept new contact in contact list
Thanks for your replies. but I would like to do it programatically. one way would be to open the option window programmatically, then simulate Keyboard strokes to uncheck the check boxes. i.e simulate down arraow presses, tab presses, ENTER presses e...
paul_aSkype & Live Messenger09-22-2006 at 10:07 AM
RE: Automatically accept new contact in contact list
but by doing this you will not appear on my list if you add me. But I will be on your list.
paul_aSkype & Live Messenger09-21-2006 at 01:02 PM
Automatically accept new contact in contact list
hello all, I'm writing a new plug in Windows Live Messenger. I finished a plug in that detects requests for voice/video converstion. Now what I'm trying to do is to have a plug in that automatically adds a contact to your contact list. for example ...
paul_aSkype & Live Messenger09-21-2006 at 12:17 PM
RE: catching video/voice requests
hi all, I have another question.. how can I send text messages programmatically? where do you think I should look at? i am using the msgruaid.h and msgrua.h header files I don't know if some of you worked with those.. by the way sending text messag...
paul_aSkype & Live Messenger09-07-2006 at 01:32 PM
RE: catching video/voice requests
Thnx RaceProUK I found it , it was : keybd_event(...) It worked fine thank you...
paul_aSkype & Live Messenger09-05-2006 at 01:38 PM
RE: catching video/voice requests
hi all, I managed to parse the text messages and detect voice/video conversation requests.. but now I need to find a way to auto accept or auto decline.. how can i do that? how do I send programmatically Ctrl+C or Ctrl+D?
paul_aSkype & Live Messenger09-05-2006 at 09:00 AM
RE: catching video/voice requests
thanks for ur reply Mnjul i have another question concerning getting the incomming text messages.. I am using the IMessengerConversationWnd interface I don't if you know it.. anyway because of it i can get the history log of a converstion.. do you ...
paul_aSkype & Live Messenger09-01-2006 at 10:23 AM
RE: catching video/voice requests
thanks i didn't think it was done that way.. i thought there was some Mseenger event triggered when you do the video/voice invitation.. so all I have to do is get the text messages and parse them?[hr]I just thought of something.. if Messenger Plus! ...
paul_aSkype & Live Messenger08-30-2006 at 12:46 PM
catching video/voice requests
hi all I am working on a plug in for Windows Live messenger. my goal is to catch requests for video/voice conversations. I have been searching the net for 4 days now and I still can't find a way to do that.. I tried using the recent WLM API but it w...
paul_aSkype & Live Messenger08-30-2006 at 11:52 AM
[Hide Excerpts]