CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Whiteboard

  1. #1
    Join Date
    Apr 2010
    Posts
    3

    Smile Whiteboard

    Hi i have a whiteboard code in C# .Net which works fine between two system
    i.e whatever i draw on the server system is visible on the client system and whatever i draw on the client is visible on the server system.
    But i want the code to work between 1-to-many systems.i.e what ever i draw on the server should be visible on all clients.

    When i connected 4 systems what ever i drew on the clients were visible on the server system. But i want it the other way Server to all clients.

    If someone can help me with this i would mail you the code. My id is [email protected]
    Mail me your email id

    I would be grateful if someone helps

  2. #2
    Join Date
    Apr 2010
    Posts
    3

    Re: Whiteboard

    Quote Originally Posted by jrahul067 View Post
    Hi i have a whiteboard code in C# .Net which works fine between two system
    i.e whatever i draw on the server system is visible on the client system and whatever i draw on the client is visible on the server system.
    But i want the code to work between 1-to-many systems.i.e what ever i draw on the server should be visible on all clients.

    When i connected 4 systems what ever i drew on the clients were visible on the server system. But i want it the other way Server to all clients.

    If someone can help me with this i would mail you the code. My id is [email protected]
    Mail me your email id

    I would be grateful if someone helps
    I have uploaded the code.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured