Hi I need a simple chat application using c# winform. How do i start? is there any sample available for this?
Regards, Nagu
Hi I need a simple chat application using c# winform. How do i start? is there any sample available for this?
Regards, Nagu
If you are looking for sample then ask to google. If you want some suggestions then ask us.
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