Click here to Skip to main content
15,915,702 members
Home / Discussions / C#
   

C#

 
AnswerRe: OutOfMemoryException Pin
Christian Graus2-Jul-09 8:42
protectorChristian Graus2-Jul-09 8:42 
GeneralRe: OutOfMemoryException Pin
qwerty532-Jul-09 11:34
qwerty532-Jul-09 11:34 
AnswerRe: OutOfMemoryException Pin
Luc Pattyn2-Jul-09 8:44
sitebuilderLuc Pattyn2-Jul-09 8:44 
GeneralRe: OutOfMemoryException Pin
qwerty532-Jul-09 8:46
qwerty532-Jul-09 8:46 
AnswerRe: OutOfMemoryException Pin
Dave Kreskowiak2-Jul-09 8:47
mveDave Kreskowiak2-Jul-09 8:47 
GeneralRe: OutOfMemoryException Pin
qwerty532-Jul-09 9:15
qwerty532-Jul-09 9:15 
GeneralRe: OutOfMemoryException Pin
Henry Minute2-Jul-09 11:12
Henry Minute2-Jul-09 11:12 
GeneralRe: OutOfMemoryException Pin
Luc Pattyn2-Jul-09 11:18
sitebuilderLuc Pattyn2-Jul-09 11:18 
GeneralRe: OutOfMemoryException Pin
Henry Minute2-Jul-09 12:03
Henry Minute2-Jul-09 12:03 
GeneralRe: OutOfMemoryException Pin
Luc Pattyn2-Jul-09 12:17
sitebuilderLuc Pattyn2-Jul-09 12:17 
GeneralRe: OutOfMemoryException Pin
Henry Minute2-Jul-09 12:23
Henry Minute2-Jul-09 12:23 
AnswerRe: OutOfMemoryException Pin
harold aptroot2-Jul-09 11:38
harold aptroot2-Jul-09 11:38 
QuestionMSChart RangeColumn type chart [modified] Pin
JohnQuar12-Jul-09 7:23
JohnQuar12-Jul-09 7:23 
Questionhi friends Pin
jeyaluxmy2-Jul-09 6:17
jeyaluxmy2-Jul-09 6:17 
AnswerRe: hi friends Pin
Rajesh R Subramanian2-Jul-09 6:27
professionalRajesh R Subramanian2-Jul-09 6:27 
AnswerRe: hi friends Pin
led mike2-Jul-09 6:37
led mike2-Jul-09 6:37 
AnswerRe: hi friends Pin
Henry Minute2-Jul-09 6:40
Henry Minute2-Jul-09 6:40 
JokeRe: hi friends Pin
musefan2-Jul-09 6:48
musefan2-Jul-09 6:48 
QuestionC# threads and invoking Pin
Blue3652-Jul-09 6:15
Blue3652-Jul-09 6:15 
AnswerRe: C# threads and invoking Pin
Henry Minute2-Jul-09 6:44
Henry Minute2-Jul-09 6:44 
GeneralRe: C# threads and invoking Pin
Luc Pattyn2-Jul-09 6:50
sitebuilderLuc Pattyn2-Jul-09 6:50 
GeneralRe: C# threads and invoking Pin
Henry Minute2-Jul-09 6:56
Henry Minute2-Jul-09 6:56 
AnswerRe: C# threads and invoking Pin
Luc Pattyn2-Jul-09 6:49
sitebuilderLuc Pattyn2-Jul-09 6:49 
GeneralRe: C# threads and invoking Pin
Blue3652-Jul-09 12:22
Blue3652-Jul-09 12:22 
GeneralRe: C# threads and invoking Pin
Luc Pattyn2-Jul-09 12:53
sitebuilderLuc Pattyn2-Jul-09 12:53 
Hi,

I'm not convinced you need to go for all that sender trouble: when all Controls got created by the main thread (that's the safest way to do WinForms) then whatever Control you ask for InvokeRequired will return the same value: false on the main thread, true otherwise. So a single Form or Control is all you need (and then you could also use the context stuff, which I haven't used yet).

PS: it's the same 30C in B.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

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.