Click here to Skip to main content
15,897,315 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to write a program that text chat + file transfer + source code
by c#
Posted
Comments
[no name] 27-Nov-12 7:49am    
What have you tried ?? Where you are stuck ???
Richard MacCutchan 27-Nov-12 7:58am    
Start by studying the language (C#) and the framework you plan to run it under.

1 solution

These are the brief steps to write a program for text chat...

1. Decide whether you want a application to chat over internet or a local network. This helps you to pick a protocol for data transfer and development tools / technologies to develop it

2. Google search to study how chatting applications work.

3. There are multiple ways to transfer files on the network. Select the one which suits the requirement

4. Create a flowchart of how the application works from start to end.

5. Design the database structure if you have decided to use. It will be mostly required for storing user info and chat logs

6. Use Visual Studio or any other similar IDE to code your project.

The end product will be a text chat application with file transfer feature and with full source code.

Some reference links for you
TCP/IP Chat Application Using C#[^]
http://www.dreamincode.net/forums/topic/33396-basic-clientserver-chat-application-in-c%23/[^]
http://www.junnark.com/junnark/Blog/Detail/2[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900