Tagged Questions
3
votes
4answers
295 views
Easiest way to Send/Receive/Respond to IM in a website
I have a website written in C# and when a user does something I want to be able to send an IM message to an admin and allow the admin to respond to approve/deny the request.
I would like to use ...
1
vote
3answers
530 views
Build a live chat connected with windows live messenger
Live Chat is a very famous tool on websites, and the operators use a special web/windows interface to talk to the clients.
What I want to implement is to specify some email accounts, and when the ...
1
vote
3answers
2k 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 ...