Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I am making a simple lan messenger in my course project that supports unicasting, multicasting. In that i must be able to send text messages, share pictures, etc. I also want to add people so that i can add them as friends.
i am a little confused and need to have an idea that from where to start?? Some where i have heard of socket programming. But dont know what exactly will be the first steps to cover what i am trying to make.
Kindly tell me the steps that i will be needed to accomplish this task. Kindly explain this in detail.
Regards.
Posted

1 solution

Start with MSDN: the Socket class[^] includes a simpole example, but if you google for "C# network chat"[^] you will find many different approaches.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900