msn messenger

  • Thread starter Thread starter an
  • Start date Start date
A

an

how can I start thinking in .net of how to make a programme like messenger
I.e window forms application but connected via the internet to chat... also
easy to install like that... notifications of versions is automatic.... my
previous experience in vb6 and new to vb.net

thanks
 
For an example of a client application that interacts with the Microsoft IM
server, which is helpful in learning sockets, messages, and the
communication layer of your application, take a look at this site:

http://www.devhawk.net/projects/messenger.aspx

Notifications can be handled by web services, and having the client app
periodically poll for new versions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top