Click here to Skip to main content
15,916,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a application doChat, when I start thread and call dochat() after receiving data from the client I want to save this data and display the string on text box. in background save data and front show the string.


I don't know how to use thread. I think it goes in deadlock.

Please help me :(


Thank you
Posted
Comments
Henry Minute 5-Feb-11 12:59pm    
Without seeing any code, problems like this are difficult to diagnose. Please edit your question to show the code that creates/starts the thread. Don't forget to surround your code with <pre lang="cs"> your code goes here </pre> tags.

If you don't know how to properly use threads, then try some of these tutorials.
 
Share this answer
 
Comments
Espen Harlinn 6-Feb-11 7:35am    
Good advice, google is your friend :)
Hi,

Thank You All,I use delegates. It solved my problem.


Regards
Seema :)
 
Share this answer
 

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



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