| | | Forum Newbie
       
Group: Forum Members Last Login: 1/22/2010 9:04:08 AM Posts: 4, Visits: 6 |
| | Hello all, I would like information on how to implement a simple vb.net chat program on a mobile windows ce5, which can communicate a message (regardless if it is a msgbox or a duolog box) to any other PC on the Network. Any information would be greatly appreciated, as far as explaining what libraries to import in my code and what not.
Getting old, but immature forever... |
| | | | Forum Guru
       
Group: Forum Members Last Login: 9/4/2010 3:34:47 PM Posts: 167, Visits: 786 |
| | First you should learn to pay attention to the details as you are in the wrong forum... |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 9/21/2010 1:09:36 AM Posts: 1, Visits: 3 |
| The power of network programming in .NET platform cannot be denied. Socket programming is the core of network programming in Windows and Linux, and today the .NET platform implements it in a powerful way. In this article, we will see the basics of socket programming in C#. To be precise, I have created a command client and a command server, to communicate between a remote server and up to 200 clients and send the specified commands to them. As a sample application, I have created a chat client application that uses this command client/server to implement chat functions. Before I start explaining my application, let me give you a small introduction on network programming and sockets taken from the book 'C# network programming', written by Richard Blum.
Aldous…
EX0-101 | 642-832 | 640-863 | 640-553 |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 1/25/2011 10:34:17 AM Posts: 1, Visits: 2 |
| | |
|
|