Client
hi
i want to ask can i know that the client is diconnected from the server(this is a tcp client server)?
the second question why sometimes i can use controls inside thread and sometimes not?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Nov 4, 2008, 5:14 PM
For the second question, it depends on the situation
Imagine that the given control is accessed by a given code and at the same time the main thread do require access to the same control at the same time so there is an situation of a not thread safe situation
AhmadPosted Nov 4, 2008, 4:33 PM