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
examenca
NA
19
0
buffer = sr.ReadLine().ToCharArray())!=null
Jan 25 2005 8:30 PM
Hi I have a Char buffer = new Char[1024] and i'm using StreamReader sr to read from a NetWorkStream. when launching the app it gives me an error at the end. while((buffer = sr.ReadLine().ToCharArray())!=null) { Console.WriteLine(buffer); } So basically i'm trying to print the information that is i'm receiving through the socket. Please help! Thanx.
Reply
Answers (
2
)
moving a window without using the title bar?
Delegates