Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7167819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:39:13+00:00 2026-05-28T14:39:13+00:00

I am thinking of making a little program in which two users would have

  • 0

I am thinking of making a little program in which two users would have a drawing canvas and on which they could both draw over the internet and the image would be synchronised. if i draw a line ..the user on the other computer would see it instantly.

I was hoping that some of you could have an any advice or documentation, or suggestion on how i could achieve something like this.

Personally..i was thinking of using a sql server, finding a way to draw and save an image..and convert it to bytes..save it in a database and constantly downloading the image, but that could kill the server.

BTW… this is a windows forms app

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T14:39:14+00:00Added an answer on May 28, 2026 at 2:39 pm

    You won’t have the bandwidth to transmit the entire image that quickly.

    You don’t want to transmit the image at all since, for example, if you paint a stroke over an area at the same time the other person does, you’ll have no way to reconcile the two paint strokes in the same area.

    The best thing to do would be to define tools and capture user input, then transmit the user actions with timestamps to keep track of who did what first. For example, if you use a Pen tool, and drag it across the screen to create a line, you would want to transmit information like:

    • User
    • DateTime stamp
    • Tool (Pen/Brush/etc.)
    • Color
    • Array of points from where they started to where they stopped drawing

    This action can then be re-created on the other client(s).

    If you are looking to do something like this, make sure you do the client side/single user code first. If you don’t have a canvas drawing application yet, don’t get ahead of yourself with the networking portion. Just design it in a way where each action can be reduced to data as shown above. So you’ll have the data needed to transmit and reproduce the action.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am thinking of making an (initially) small Web Application, which would eventually have
I'm thinking about making a networked game. I'm a little new to this, and
I am thinking about making a website with some fairly intense JavaScript/canvas usage and
I was thinking about making something like Linq for Lua, and I have a
I have been thinking about making a helper method that shortens internal links. For
I'm trying to build (right now just thinking/planning/drawing relations :] ) little modular system
I have parts of the web page which I would like MVC3 to serve
I'm considering making a text-based RPG-type program in PHP as both a holiday project
I was thinking of making a small tool. It is not important what the
I am thinking of making a simple game engine for my course final year

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.