Community discussion forum

A Chat Client/Server Program for C#

This is a comment thread discussing A Chat Client/Server Program for C#
  • 9 years ago

    This thread is for discussions of A Chat Client/Server Program for C#.

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 3 years ago

    I want to run this chat client program (TalkUser ) when I click a button on another form. How can i intergrate this chat program with that other c# program.


    Clicking a button of that programs form .... should run this "TalkUser" program.
    Pls tell me how to do it.

  • 2 years ago

    This was an excellent working example for me - showed all the major working parts in a simple and clear way.

    For those of you communicating with a Flash client you might want to use:

    SW.Write("<some message>\0");

    instead of SW.WriteLine("<some message>");

    but that's just Flash - it needs Zero terminated strings.

    Good job dude! Big Smile [:D]

  • 1 year ago

    Hi there!

    Thank you for this article. This is exactly what i need for my purposes. I've converted your server code into a Windows Service and runing it on our dedicated server. Everything works better than OK, except one frustrating thing. Both server and client when running are taking all the 100% of CPU usage. System is slowing down dramaticly and i can't release a client with a perfomance like that.

    Is there any way to speed up both client and server?

    Best regards!







  • yesterday

    Hi! How can I compile the client? What type of project i have to do? Windows form? Is anything missing from this article? I try to make a chat for an exercise at University. Help please!

Post a reply

Enter your message below

Sign in or Join us (it's free).