Click here to Skip to main content
16,007,277 members
Home / Discussions / C#
   

C#

 
QuestionConfused about sockets... Pin
Lord Kixdemp15-Dec-06 10:14
Lord Kixdemp15-Dec-06 10:14 
AnswerRe: Confused about sockets... Pin
Ravi Bhavnani15-Dec-06 11:57
professionalRavi Bhavnani15-Dec-06 11:57 
GeneralRe: Confused about sockets... Pin
Lord Kixdemp15-Dec-06 17:27
Lord Kixdemp15-Dec-06 17:27 
GeneralRe: Confused about sockets... Pin
Ravi Bhavnani16-Dec-06 2:01
professionalRavi Bhavnani16-Dec-06 2:01 
QuestionGive me a Solution Pin
sajid.salim.khan15-Dec-06 10:05
sajid.salim.khan15-Dec-06 10:05 
AnswerRe: Give me a Solution Pin
Ravi Bhavnani15-Dec-06 12:01
professionalRavi Bhavnani15-Dec-06 12:01 
QuestionTwo simple questions Pin
mikker_12315-Dec-06 9:49
mikker_12315-Dec-06 9:49 
AnswerRe: Two simple questions Pin
Ravi Bhavnani15-Dec-06 12:08
professionalRavi Bhavnani15-Dec-06 12:08 
mikker_123 wrote:
Does Form.BeginInvoke needs to end with Form.EndInvoke?

No, because it's the equivalent of Win32 PostMessage() that occurs on the same thread.

mikker_123 wrote:
Is it safe to access property or attribute (Text, Color) of Control from thread other than the one that created it?

Not unless you can guarantee that the creator thread will never write to it. Even then, this may cause an exception in code developed using VS2005. (You can disable this exception checking).

/ravi

Just say "No" to Celcius
Home | Music | Articles | Freeware | Trips
ravib(at)ravib(dot)com

GeneralRe: Two simple questions Pin
mikker_12328-Dec-06 0:16
mikker_12328-Dec-06 0:16 
QuestionSet value in "(Default)" registry key Pin
CodeItWell15-Dec-06 9:23
CodeItWell15-Dec-06 9:23 
AnswerRe: Set value in "(Default)" registry key Pin
User 665815-Dec-06 10:47
User 665815-Dec-06 10:47 
QuestionProblem shutting windows when thread running!!! Pin
kmuthuk15-Dec-06 8:20
kmuthuk15-Dec-06 8:20 
AnswerRe: Problem shutting windows when thread running!!! Pin
Nader Elshehabi15-Dec-06 9:09
Nader Elshehabi15-Dec-06 9:09 
GeneralRe: Problem shutting windows when thread running!!! Pin
kmuthuk15-Dec-06 10:21
kmuthuk15-Dec-06 10:21 
GeneralRe: Problem shutting windows when thread running!!! Pin
Nader Elshehabi15-Dec-06 20:58
Nader Elshehabi15-Dec-06 20:58 
QuestionMdi Help Pin
teejayem15-Dec-06 8:09
teejayem15-Dec-06 8:09 
AnswerRe: Mdi Help Pin
jchigg200015-Dec-06 9:05
jchigg200015-Dec-06 9:05 
GeneralRe: Mdi Help Pin
teejayem15-Dec-06 9:54
teejayem15-Dec-06 9:54 
GeneralRe: Mdi Help Pin
teejayem17-Dec-06 10:24
teejayem17-Dec-06 10:24 
Questioncheck file exist on different pc Pin
kani9815-Dec-06 7:33
kani9815-Dec-06 7:33 
AnswerRe: check file exist on different pc Pin
gnadeem15-Dec-06 7:53
gnadeem15-Dec-06 7:53 
AnswerRe: check file exist on different pc Pin
Pete O'Hanlon15-Dec-06 9:34
mvePete O'Hanlon15-Dec-06 9:34 
QuestionCompilation Error on Server Pin
DeepToot15-Dec-06 5:35
DeepToot15-Dec-06 5:35 
AnswerRe: Compilation Error on Server Pin
Dario Solera15-Dec-06 6:48
Dario Solera15-Dec-06 6:48 
GeneralRe: Compilation Error on Server Pin
DeepToot15-Dec-06 6:50
DeepToot15-Dec-06 6:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.