![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Feb 2006
Posts: 154
Rep Power: 3
![]() |
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. |
|
|
|
|
|
#2 |
|
Expert Programmer
|
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.
|
|
|
|
|
|
#3 |
|
Programmer
Join Date: May 2006
Posts: 51
Rep Power: 3
![]() |
yeh as Booooze said get the client and server communicating then worry about that..
__________________
AMD Athlon X2 4200+ -- Asus V3-M2V890 -- 2GB Kingston -- Vista Ultimate 32bit + Ubuntu 8.04 Intel C2D T5870 2.0GHZ -- Vostro 1510 -- 2048MB -- Windows XP SP2 ASCII stupid question, get a stupid ANSI ! |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Feb 2006
Posts: 154
Rep Power: 3
![]() |
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| messenger distrobuting winfixer and errorsafe | kruptof | Coder's Corner Lounge | 2 | Feb 19th, 2007 1:45 PM |
| Write hex to file | xavier | C# | 1 | May 18th, 2006 2:10 AM |
| Instant Messenger using RMI | Necronaut | Java | 0 | May 30th, 2005 1:39 PM |
| Trying to write jsp files to MySql Database | reubenfields | Java | 1 | Apr 14th, 2005 9:51 AM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C++ | 0 | Mar 2nd, 2005 4:12 PM |