Tagged Questions

2
votes
0answers
52 views

MSN Messenger Add-in

Hi Q1. I read that Add-ins are no longer supported in MSN Messenger, on the other hand i see articles talking about how to change registery settings to enable Add-in option. I am not sure what is …
2
votes
1answer
349 views

How do you **programmatically** deploy custom emoticons in live messenger?

I've already asked this once and it got deleted in under 30 minutes... so here it goes again, hopefully this time the question will be clearer (and no, I'm not bitter ;-)) How do you package a bunch …
1
vote
1answer
71 views

Does anyone know how to send a message to MSN Messenger?

Hi folks, I'm trying to have my windows application send a message to two msn messenger accounts. So, I grabbed the code from the MSNPSharp library and had a look in that. I can authenticate/sign in …
1
vote
0answers
66 views

Using control send on windows live messenger For auto typing text.

Hi i want to make a sort of a bot for WLM, But the normal controlsend in autoit wont work the basic question is how can i send a text to the windows live messenger window Without activating it? …
1
vote
2answers
146 views

Can I send alert message to MSN messenger or Yahoo! messenger from servers?

There is a server changing a batch to add up data on the date and time, but I want to send the end states (normal end or abnormal termination) of this batch to Yahoo! Messenger or one's ID of the MSN …
1
vote
1answer
107 views

Programatically launch MSN or chat client for specific contact

Is there a way to programmatically launch a chat client (eg: MSN Messenger) and automatically open a chat window for a specific contact? I'm hoping for something similar to …
0
votes
1answer
30 views

Pymsn/Papyon contact memberships

Dear Stackoverflow, I'm having the following problem: I'm programming a bot for MSN Messenger in python with the pymsn/papyon library. I have everything running, except that I don't know how to …
0
votes
3answers
174 views

Whats the best way to introduce decrypting and showing passwords in delphi.

A few weeks ago I lost my passwords for msn and more importent my company email, which change every 30 days or something, they are annoying because of there lengh and a I dont like writting them down. …
0
votes
0answers
368 views

MSN Messenger Command Line Args for run dialog???

Can I pass my username and password as parameters to MSN Messenger from the commandline. To auotmate logging in? "C:\Program Files\Windows Live\Messenger\msnmsgr.exe". I would like to create a …
0
votes
1answer
63 views

Using Mobile messenger API

Hi guys Do you know if there is an API to connect to the mobile messenger? I have a mobile application that needs to receive a callback when the contacts on the mobile messenger are online. I know …
0
votes
2answers
523 views

Connect to MSN Messenger from ASP.NET page

Has anyone connected to MSN Messenger from an ASP.NET page? We found this component: http://www.xihsolutions.net/dotmsn/, but it works only for desktop applications and we couldn't make it work in our …