TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Thomas
NA
1
0
tcpListener Network IM Program
Jul 24 2007 2:57 PM
Hi,
I'm trying to create a simple program in c# that makes a P2P connection with another computer running the same program, and allows the users to chat.
I've got reasonably far, mainly by looking at similar examples on the internet. I'm using tcpListener to look for messages, and streamreader and streamwriter to send and receive messages. I think the messages are sent successfully, but not received. I've narrowed it down to line 173 that it causing the problem, but I don't know why!
If possible, could anyone please have a look and tell me what I'm doing wrong? It would be greatly appreciated!!!
Thanks, Thomas
LINKS:
-------
www.wormalds.co.uk/chat.zip
- All project files
www.wormalds.co.uk/source.txt
- Just the source code.
Reply
Answers (
0
)
ref parameter
Difference between c# and c#.net!?