Click here to Skip to main content
15,914,608 members
Home / Discussions / C#
   

C#

 
QuestionSetup problem Pin
sumit70343-Nov-08 18:22
sumit70343-Nov-08 18:22 
AnswerRe: Setup problem Pin
dan!sh 3-Nov-08 18:38
professional dan!sh 3-Nov-08 18:38 
GeneralRe: Setup problem Pin
sumit70343-Nov-08 18:52
sumit70343-Nov-08 18:52 
GeneralRe: Setup problem Pin
dan!sh 3-Nov-08 19:04
professional dan!sh 3-Nov-08 19:04 
AnswerRe: Setup problem Pin
Fired.Fish.Gmail3-Nov-08 18:43
Fired.Fish.Gmail3-Nov-08 18:43 
GeneralRe: Setup problem Pin
sumit70343-Nov-08 18:54
sumit70343-Nov-08 18:54 
Questioncross-thread operation not valid? Pin
dec823-Nov-08 16:39
dec823-Nov-08 16:39 
AnswerRe: cross-thread operation not valid? Pin
Patrick Etc.3-Nov-08 16:52
Patrick Etc.3-Nov-08 16:52 
The Form class inherits Control. All Controls in .NET must be accessed from the same thread in which they are created.

I'm guessing you are creating another thread and then attempting to update something displayed on your form from that second thread, correct? This is a no-no. You need to use Control.Invoke() or Control.BeginInvoke() to do your updates. Look them up and then come back if you have questions about how to use the samples you find - there are literally millions of them on the net.
AnswerRe: cross-thread operation not valid? Pin
Giorgi Dalakishvili3-Nov-08 19:28
mentorGiorgi Dalakishvili3-Nov-08 19:28 
Questionconvert to double Pin
dec823-Nov-08 16:21
dec823-Nov-08 16:21 
GeneralRe: convert to double Pin
Luc Pattyn3-Nov-08 16:30
sitebuilderLuc Pattyn3-Nov-08 16:30 
GeneralRe: convert to double Pin
dec823-Nov-08 16:34
dec823-Nov-08 16:34 
GeneralRe: convert to double Pin
Luc Pattyn3-Nov-08 16:39
sitebuilderLuc Pattyn3-Nov-08 16:39 
Questionrunning c#.net application from cd Pin
doug4333-Nov-08 13:56
doug4333-Nov-08 13:56 
AnswerRe: running c#.net application from cd Pin
DaveyM693-Nov-08 14:33
professionalDaveyM693-Nov-08 14:33 
QuestionPerformance question about MailItem objects Pin
gubijo3-Nov-08 10:24
gubijo3-Nov-08 10:24 
AnswerRe: Performance question about MailItem objects Pin
leppie3-Nov-08 21:42
leppie3-Nov-08 21:42 
QuestionDoes C# support inline IL? Pin
Member 39190493-Nov-08 9:48
Member 39190493-Nov-08 9:48 
AnswerRe: Does C# support inline IL? Pin
harold aptroot3-Nov-08 10:04
harold aptroot3-Nov-08 10:04 
AnswerRe: Does C# support inline IL? Pin
Pete O'Hanlon3-Nov-08 10:26
mvePete O'Hanlon3-Nov-08 10:26 
GeneralRe: Does C# support inline IL? Pin
Member 39190493-Nov-08 11:13
Member 39190493-Nov-08 11:13 
GeneralRe: Does C# support inline IL? Pin
Pete O'Hanlon3-Nov-08 11:26
mvePete O'Hanlon3-Nov-08 11:26 
AnswerRe: Does C# support inline IL? Pin
Mark Churchill3-Nov-08 14:00
Mark Churchill3-Nov-08 14:00 
AnswerRe: Does C# support inline IL? Pin
leppie3-Nov-08 21:43
leppie3-Nov-08 21:43 
GeneralRe: Does C# support inline IL? Pin
Pete O'Hanlon3-Nov-08 22:21
mvePete O'Hanlon3-Nov-08 22:21 

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.