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
nnduyhoang
NA
1
0
Thread Synchronization
Apr 6 2005 4:19 PM
Hi, I'm coding a IRC client application. And I'm using a aynchronous socket ( it's raise the event DataArrival to receive the data ). But I have problem when I want to write some automatically modules. How can I do like this: public void Question() { Send("What is your name?"); string name = WaitForAnswer(); // Wait for the answer } Thanks!
Reply
Answers (
1
)
Make a graphic interface in a C# Web Service
Debugging Parmeters when calling a stored procedure