Click here to Skip to main content
15,924,507 members
Home / Discussions / C#
   

C#

 
QuestionExcel Related Question Pin
MumbleB17-Mar-09 21:43
MumbleB17-Mar-09 21:43 
AnswerRe: Excel Related Question Pin
Mycroft Holmes17-Mar-09 23:11
professionalMycroft Holmes17-Mar-09 23:11 
GeneralRe: Excel Related Question Pin
MumbleB17-Mar-09 23:28
MumbleB17-Mar-09 23:28 
QuestionCheckForIllegalCrossThreadCalls = false for cross-thread control update Pin
12Code17-Mar-09 21:41
12Code17-Mar-09 21:41 
AnswerRe: CheckForIllegalCrossThreadCalls = false for cross-thread control update Pin
N a v a n e e t h17-Mar-09 22:36
N a v a n e e t h17-Mar-09 22:36 
GeneralRe: CheckForIllegalCrossThreadCalls = false for cross-thread control update Pin
12Code17-Mar-09 22:49
12Code17-Mar-09 22:49 
AnswerRe: CheckForIllegalCrossThreadCalls = false for cross-thread control update Pin
Nagy Vilmos17-Mar-09 22:49
professionalNagy Vilmos17-Mar-09 22:49 
AnswerRe: CheckForIllegalCrossThreadCalls = false for cross-thread control update Pin
Luc Pattyn18-Mar-09 5:44
sitebuilderLuc Pattyn18-Mar-09 5:44 
8kelvin wrote:
Is it okay to turn off CheckForIllegalCrossThreadCalls


Not at all.
Your app will not work reliably if you do.

That property should never have been introduced, they created it when .NET (evolving from 1.1 to 2.0) got strict on cross-thread checking, so they thought it was wise to provide a way to continue doing things the wrong way.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


QuestionDrag & Drop in Datagridview Pin
zeeShan anSari17-Mar-09 21:36
zeeShan anSari17-Mar-09 21:36 
AnswerRe: Drag & Drop in Datagridview Pin
Mycroft Holmes17-Mar-09 23:14
professionalMycroft Holmes17-Mar-09 23:14 
Questionissues with com port Pin
ganeshan.m17-Mar-09 21:18
ganeshan.m17-Mar-09 21:18 
AnswerRe: issues with com port Pin
monstale17-Mar-09 23:28
monstale17-Mar-09 23:28 
AnswerRe: issues with com port Pin
Luc Pattyn18-Mar-09 5:47
sitebuilderLuc Pattyn18-Mar-09 5:47 
QuestionWPF Texbox with "Microsoft Outlook email To field" behavior Pin
marca29217-Mar-09 21:11
marca29217-Mar-09 21:11 
AnswerRe: WPF Texbox with "Microsoft Outlook email To field" behavior Pin
Mycroft Holmes17-Mar-09 23:17
professionalMycroft Holmes17-Mar-09 23:17 
QuestionDrawing an Acr in C#.net using a mouse Pin
b.manan17-Mar-09 20:28
b.manan17-Mar-09 20:28 
AnswerRe: Drawing an Acr in C#.net using a mouse Pin
Christian Graus17-Mar-09 20:38
protectorChristian Graus17-Mar-09 20:38 
GeneralRe: Drawing an Acr in C#.net using a mouse Pin
0x3c018-Mar-09 0:39
0x3c018-Mar-09 0:39 
QuestionHow to get any Exe path location in C# Pin
p_anant200017-Mar-09 20:24
p_anant200017-Mar-09 20:24 
AnswerRe: How to get any Exe path location in C# Pin
Vikram A Punathambekar17-Mar-09 20:36
Vikram A Punathambekar17-Mar-09 20:36 
GeneralRe: How to get any Exe path location in C# Pin
p_anant200018-Mar-09 23:39
p_anant200018-Mar-09 23:39 
Questionn00b System.StackOverflowException help... Pin
VoodooInfinity17-Mar-09 20:23
VoodooInfinity17-Mar-09 20:23 
AnswerRe: n00b System.StackOverflowException help... Pin
Vikram A Punathambekar17-Mar-09 20:34
Vikram A Punathambekar17-Mar-09 20:34 
GeneralRe: n00b System.StackOverflowException help... [modified] Pin
VoodooInfinity18-Mar-09 1:24
VoodooInfinity18-Mar-09 1:24 
GeneralRe: n00b System.StackOverflowException help... Pin
VoodooInfinity24-Mar-09 9:32
VoodooInfinity24-Mar-09 9:32 

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.