Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
QuestionSysTray Pin
CodeItWell27-Sep-06 1:32
CodeItWell27-Sep-06 1:32 
AnswerRe: SysTray Pin
Kedar Vijay Kulkarni27-Sep-06 2:01
Kedar Vijay Kulkarni27-Sep-06 2:01 
GeneralRe: SysTray Pin
CodeItWell27-Sep-06 2:42
CodeItWell27-Sep-06 2:42 
AnswerRe: SysTray Pin
Eric Dahlvang27-Sep-06 4:26
Eric Dahlvang27-Sep-06 4:26 
QuestionThread Issues c# 2.0 Pin
Trance Junkie27-Sep-06 0:41
Trance Junkie27-Sep-06 0:41 
AnswerRe: Thread Issues c# 2.0 Pin
wheelerbarry27-Sep-06 0:57
wheelerbarry27-Sep-06 0:57 
GeneralRe: Thread Issues c# 2.0 Pin
Trance Junkie27-Sep-06 1:03
Trance Junkie27-Sep-06 1:03 
AnswerRe: Thread Issues c# 2.0 Pin
Stefan Troschuetz27-Sep-06 1:03
Stefan Troschuetz27-Sep-06 1:03 
It's not safe to access UI controls from threads other than the one they were created on. It mostly results in a freezing UI or other strange things. You're lucky nothing of this happened in your case. As there are many other people like you who weren't aware of this problem and accessed UI controls from other threads, it's no longer allowed. Use Invoke or BeginInvoke to update your label. This article[^] should help you.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: Thread Issues c# 2.0 Pin
Trance Junkie27-Sep-06 1:06
Trance Junkie27-Sep-06 1:06 
QuestionWin32 API SetScrollInfo Question Pin
izakfick27-Sep-06 0:21
izakfick27-Sep-06 0:21 
AnswerRe: Win32 API SetScrollInfo Question Pin
Nader Elshehabi27-Sep-06 1:21
Nader Elshehabi27-Sep-06 1:21 
AnswerRe: Win32 API SetScrollInfo Question Pin
Eric Dahlvang27-Sep-06 4:39
Eric Dahlvang27-Sep-06 4:39 
QuestionXML question Pin
barak16048727-Sep-06 0:06
barak16048727-Sep-06 0:06 
AnswerRe: XML question Pin
bsohante27-Sep-06 0:14
bsohante27-Sep-06 0:14 
QuestionProblem with dataGridView_SelectionChanged event in vs2005 . Pin
hdv21227-Sep-06 0:01
hdv21227-Sep-06 0:01 
QuestionHow to position the form on center screen Pin
engsrini26-Sep-06 23:56
engsrini26-Sep-06 23:56 
AnswerRe: How to position the form on center screen Pin
Nader Elshehabi27-Sep-06 1:04
Nader Elshehabi27-Sep-06 1:04 
QuestionDrag&Drop Pin
Nafiseh Salmani26-Sep-06 23:33
Nafiseh Salmani26-Sep-06 23:33 
AnswerRe: Drag&Drop Pin
Nader Elshehabi27-Sep-06 1:24
Nader Elshehabi27-Sep-06 1:24 
GeneralRe: Drag&Drop Pin
Nafiseh Salmani27-Sep-06 18:57
Nafiseh Salmani27-Sep-06 18:57 
GeneralRe: Drag&Drop Pin
Nader Elshehabi27-Sep-06 19:37
Nader Elshehabi27-Sep-06 19:37 
Questionabstract vs interface Pin
psamy26-Sep-06 23:17
psamy26-Sep-06 23:17 
AnswerRe: abstract vs interface Pin
J4amieC27-Sep-06 0:15
J4amieC27-Sep-06 0:15 
QuestionProblem with MdiParent when using command pattern Pin
beatles169226-Sep-06 22:54
beatles169226-Sep-06 22:54 
AnswerRe: Problem with MdiParent when using command pattern Pin
Nader Elshehabi27-Sep-06 1:11
Nader Elshehabi27-Sep-06 1:11 

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.