Click here to Skip to main content
15,925,255 members
Home / Discussions / C#
   

C#

 
AnswerRe: Application Path Pin
Vikram A Punathambekar3-Sep-07 2:09
Vikram A Punathambekar3-Sep-07 2:09 
QuestionLabel text problem Pin
barbarini2-Sep-07 21:33
barbarini2-Sep-07 21:33 
AnswerRe: Label text problem Pin
M LN Rao2-Sep-07 21:35
M LN Rao2-Sep-07 21:35 
GeneralRe: Label text problem Pin
barbarini2-Sep-07 21:47
barbarini2-Sep-07 21:47 
GeneralRe: Label text problem Pin
barbarini2-Sep-07 22:04
barbarini2-Sep-07 22:04 
AnswerRe: Label text problem Pin
M LN Rao2-Sep-07 22:20
M LN Rao2-Sep-07 22:20 
GeneralRe: Label text problem Pin
Urs Enzler2-Sep-07 23:21
Urs Enzler2-Sep-07 23:21 
AnswerRe: Label text problem Pin
Urs Enzler2-Sep-07 23:24
Urs Enzler2-Sep-07 23:24 
You can not set the Text property from a different thread than the UI thread directly (I think that is what you are doing, reading your answer to the above post).

you have to use Invoke to switch to UI thread (see help about Invoke).

or have a look at this:

http://weblogs.asp.net/justin_rogers/articles/126345.aspx

-^-^-^-^-^-
no risk no funk ................... please vote ------>

Questionfind sample for dsm_entry(porigin,pdest,dg_image,dat_imagelayout,msg_set,pimagelayout) Pin
chehreghany2-Sep-07 21:07
chehreghany2-Sep-07 21:07 
QuestionUI Culture Manipulation Pin
M. J. Jaya Chitra2-Sep-07 20:50
M. J. Jaya Chitra2-Sep-07 20:50 
QuestionFocus-problems Pin
J. Holzer2-Sep-07 20:43
J. Holzer2-Sep-07 20:43 
QuestionProblems with low on virtual memory while converting large .csv files to xml... Pin
tiasoft2-Sep-07 20:38
tiasoft2-Sep-07 20:38 
QuestionAdd items to property grid dynamically Pin
varad272-Sep-07 20:37
varad272-Sep-07 20:37 
AnswerRe: Add items to property grid dynamically Pin
Sandeep Akhare2-Sep-07 22:15
Sandeep Akhare2-Sep-07 22:15 
GeneralRe: Add items to property grid dynamically Pin
varad272-Sep-07 22:27
varad272-Sep-07 22:27 
GeneralRe: Add items to property grid dynamically Pin
visualhint10-Sep-07 6:41
visualhint10-Sep-07 6:41 
QuestionLearning C#: How do I add a simple multi-dimension array to a DataViewGrid Control? Pin
nonamecoder2-Sep-07 20:31
nonamecoder2-Sep-07 20:31 
AnswerRe: Learning C#: How do I add a simple multi-dimension array to a DataViewGrid Control? Pin
MAW303-Sep-07 18:08
MAW303-Sep-07 18:08 
QuestionParameters Pin
htonivt2-Sep-07 20:26
htonivt2-Sep-07 20:26 
Questionhow to generate pdf by reporting services, or by reportwiewer?????? Pin
liujw2-Sep-07 20:01
liujw2-Sep-07 20:01 
Questionmessage count down counter Pin
troubled one2-Sep-07 18:56
troubled one2-Sep-07 18:56 
AnswerRe: message count down counter Pin
Syed Mujtaba Hassan2-Sep-07 19:54
Syed Mujtaba Hassan2-Sep-07 19:54 
GeneralRe: message count down counter Pin
troubled one3-Sep-07 15:32
troubled one3-Sep-07 15:32 
QuestionLoading Datasets Pin
MAW302-Sep-07 18:28
MAW302-Sep-07 18:28 
AnswerRe: Loading Datasets Pin
Syed Mujtaba Hassan2-Sep-07 20:02
Syed Mujtaba Hassan2-Sep-07 20:02 

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.