msn-messenger

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 web site. Are there any working solutions either with the above component or with another component? ...

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 of images and deploy them programmatically as a custom emoticon pack for live messenger? I know the user can create as many custom emoticon...

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 ShellExec("mailto:[email protected]"), but for chat instead of email. ...

Is there an API for Mobile Messenger?

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 that I can query the live messenger JSON interface but that will require me pulling this information (and draining the battery) but if mobile messeng...

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 right.? Q2. If Addin is supported then how do i write my own add-in using .net 3.5 ? What Library/SDK i need.? Regards ...

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 shortcut that automatically logs me in. Does anyone know how to do this? Aside from saving my credentials via the GUI? Thanks, ~ck ...

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. Anyhow I downloaded a so called password recovery tool and it worked well, but then spammed me for days with ads. My question is, how can ...

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 messenger as a message, but a page and the document which I am useful for are not found. Can I send alert message to MSN messenger or Yaho...

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 accept new contacts already pending or new requests. Sadly the documentation of the library is very bad. I've achieved to retrieve all pending c...

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? Example: There is someone in WLM with the window active called "Joop" I do: ControlClick("Joop","","[CLASS:DirectUIHWND; INSTANCE:2]","Left",1...

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 without a problem. But once i've done that, I have no idea how to send a simple text message to two other users. Do those users need to b...

DOTMsn is not firing the SingedIn event.

I have just started building a app using “XihSolutions.DotMSN.dll” version: 2.0.0.40909, My problem is that it is not firing the “Nameserver_SignedIn” event. Not sure if I am doing something wrong. your help will be really helpful. void Nameserver_SignedIn(object sender, EventArgs e) { throw new Exception("User Sign...

Windows Live Messenger Activity SDK: Is it possible to use jQuery?

There's an SDK that lets developers build "activities" and games for use in Windows Live Messenger. The basic approach is to build a web app, that gets approved and hosted by Microsoft. questions Anyone done this? Can you use jQuery in that web app? how do you debug the thing, running within Windows Live Messenger? EDIT: I trie...

Live Messenger Programming - video

I have checked the possibilities of msn live sdk, i haven't come across a possiblity to add video options to a "bot". How would i implement this? I want to stream video's directly to a user's msn (multiple video's) ... Would this be possible? ...

What is contacts.edb structure?

Windows Live Messenger creates a number of files like C:\Users\USERNAME\AppData\Local\Microsoft\Windows Live Contacts{ae86acef-5a45-4447-bc32-521fc9289e1a}\DBStore\contacts.edb and stores contacts within. When looking on such files, it is obviouos that they have strict structure. However, I failed to find the description of contacts.ed...

Java Instant Messenger

Hi All, Thanks for taking time to read my question :) Can you please tell me if there is any open source instant messenger in java? I found some but they are all in C/C++ :( It is not a school assignment :) Coz I need open source java messenger that should have audio video archive etc. options... ...

MSNP-SHARP how to send an hello message to an user that changed status from offline to online

I tried in this way. I subscribed to that event who control the user status, its announcing me that user in Online. my code is: void Nameserver_ContactOnline(object sender, ContactEventArgs e) { Talk = messenger.CreateConversation(); Talk.Invite(e.Contact.Mail,ClientType.PassportMember); Talk.SendTextMessage(new ...

Create a Messenger Live Plugin

HI, I want to develop a plugin/addin for windows live messegner to show some data from an API. I want to add an icon in toolbar like Messenger Plus do. And onclick want to open a pop-up to do my work. Thanks ...

Getting msn contact list and sending e-mail via msn on PHP

Is there any class for it i found some classes but they were old so not working. I need a code snippet or a class for getting msn contact list with username and password. And is it possible sending mail via hotmail instead of php's mail function ...

MSN messenger emoticons

Is there a way to build a custom emoticon installer for MSN. The company I work for, an ad agency, developed a some custom MSN Messenger emoticons, and only after selling the campaing they asked my if I can build an installer for the pack, is there a way to do it? Thanks ...