Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C# (http://www.programmingforums.org/forum16.html)
-   -   i am trying to write a messenger in C# (http://www.programmingforums.org/showthread.php?t=13253)

programmingnoob May 31st, 2007 2:03 AM

i am trying to write a messenger in C#
 
I want to have a drawing tool similar to but not as fancy as yahoo doodle. I do not even know where to start from.
I know a lot of source codes are available for messengers in C#. So if you know of any source codes for 'drawing tool', then maybe I wont have to reinvent the wheel.
Any help would be greatly appreciated.

Booooze May 31st, 2007 2:47 AM

Your best bet would be to get a messenger going, then add a drawing pane on each one, and simply send the coordinates over the network and draw it on the other machine. If you can send words over a network, thats all you should really need.

teishu May 31st, 2007 5:57 AM

yeh as Booooze said get the client and server communicating then worry about that..

programmingnoob May 31st, 2007 4:12 PM

well i already have the client and server communicating

now I need to take care of two things...
1) make sure the server passes right message to the right client coz the client1 sends message to server and then the server passes it on client2 and so on.
2) paint thing


All times are GMT -5. The time now is 2:43 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC