views:

1203

answers:

4

Hi I need a simple chat application using c# winform. How do i start? is there any sample available for this?

Regards, Nagu

+1  A: 

Here is WCF/WPF chat that can help to start

ArsenMkrt
no actually i need to develop in c#, winforms only using visual studio 2005
Nagu
Well, but this is a sample. You can start from it and make your own solution...
Guillaume
+1  A: 

If you are looking for sample then ask to google. If you want some suggestions then ask us.

adatapost
actually I'm searching in google but i'm not getting relevant results. thats why i posted here. Just i need 2 pages only
Nagu
A: 

As a start, I'd suggest you draw the UML diagram of the application and to answer these questions:
- how do a message get transmitted?
- what can be transmitted?
- centralized or delocalized?
- how is the security handled?
- ask google for a sample

Burkhard
+1  A: 

I have had a good time with Jabber.net and here is an example.

http://www.codeproject.com/KB/gadgets/googletalk.aspx

kenny
hi thank you.. but i want to develop my own chat application i dont want to use gmail contacts
Nagu