draw
-
how send drawing over network connection and how to make connected member see wat i drawing in my board
You have given us very little to work with: What do you mean by drawing: bitmap type (such as jpg, bmp or gif etc?) or vector type drawing? What do you mean by send: You could e-mail this which would fulfil your requirements. It looks like you have a requirement to show changes live, how do you want to transfer the picture? What do you mean by connected member? What Board? Just because you have some idea about your system, it does not mean we do! You have not stated what you have done or what problems you are having (or even just said you have no idea how to proceed), just given a statement of some kind of requirement. Please read the site FAQs /the post at the top of the forum marked "How to Get an Answer to your Question". You are more likely to get a helpful response. [Edit] Seriously, read the FAQs and the top post: every single message you have posted has been voted 1 by multiple people.
Sort of a cross between Lawrence of Arabia and Dilbert.[^]
-Or-
A Dead ringer for Kate Winslett[^] -
You have given us very little to work with: What do you mean by drawing: bitmap type (such as jpg, bmp or gif etc?) or vector type drawing? What do you mean by send: You could e-mail this which would fulfil your requirements. It looks like you have a requirement to show changes live, how do you want to transfer the picture? What do you mean by connected member? What Board? Just because you have some idea about your system, it does not mean we do! You have not stated what you have done or what problems you are having (or even just said you have no idea how to proceed), just given a statement of some kind of requirement. Please read the site FAQs /the post at the top of the forum marked "How to Get an Answer to your Question". You are more likely to get a helpful response. [Edit] Seriously, read the FAQs and the top post: every single message you have posted has been voted 1 by multiple people.
Sort of a cross between Lawrence of Arabia and Dilbert.[^]
-Or-
A Dead ringer for Kate Winslett[^] -
how send drawing over network connection and how to make connected member see wat i drawing in my board
I assume you mean similar to an electronic whiteboard, crossed with a chat application? If so, then it isn't too difficult: You will need drawing capture / storage / redraw application at both ends, with communications between them. For the communications, Google for the Sockets class: they provide good solid machine to machine communications. MSDN[^] has a good description and an example. For drawing, Google for "simple drawing c#" and you will find lots to start you off - remember that you only need to send the drawing elements between PC's (lines, circles, text, etc) - not whole bitmaps! Good luck!
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Digital man: "You are, in short, an idiot with the IQ of an ant and the intellectual capacity of a hose pipe."
-
how send drawing over network connection and how to make connected member see wat i drawing in my board
Try telepathy, or carrier pigeons. Have you considered sacrificing a chicken? Right now, these are about the only ways you are going to have any chance with your project.
I'm not a stalker, I just know things. Oh by the way, you're out of milk.
Forgive your enemies - it messes with their heads
-
how send drawing over network connection and how to make connected member see wat i drawing in my board