Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: How old is F# ? Pin
Ravadre18-Mar-09 9:25
Ravadre18-Mar-09 9:25 
GeneralRe: How old is F# ? Pin
0x3c018-Mar-09 9:34
0x3c018-Mar-09 9:34 
GeneralRe: How old is F# ? Pin
Ravadre18-Mar-09 9:37
Ravadre18-Mar-09 9:37 
GeneralRe: How old is F# ? Pin
S. Senthil Kumar18-Mar-09 23:21
S. Senthil Kumar18-Mar-09 23:21 
QuestionApplying cosine transformation Pin
rohan404018-Mar-09 7:01
rohan404018-Mar-09 7:01 
AnswerRe: Applying cosine transformation Pin
Ravadre18-Mar-09 7:09
Ravadre18-Mar-09 7:09 
GeneralRe: Applying cosine transformation Pin
CPallini18-Mar-09 8:32
mveCPallini18-Mar-09 8:32 
QuestionRunning a C# application with multiple GUI threads Pin
Rob Philpott18-Mar-09 6:51
Rob Philpott18-Mar-09 6:51 
So, as we all know, trying to access a control on any thread other than the one that created it is very bad. This tends to lead to applications which have just one GUI thread with background threads doing 'work' and 'Invoking' their changes back to the main thread.

Not content with this, I'm playing around trying to get two forms to display each running seperate gui threads. Easy enough it seems, just put the Application.Run() for each in seperate threads. Now, should the GUI thread in one form lock up the other can continue running freely. This works and I'm happy and its virtue in a system which is full of windows all over the shop is easy to see.

The next stage would be to do this in an MDI type set up so that the child windows each have their own thread. Anyone see any issue with this? I'm concerned by the fact that each child form belongs to the parent 'mainframe' window as we used to call them, but in principle can't see any fault with it.

Regards,
Rob Philpott.

AnswerRe: Running a C# application with multiple GUI threads Pin
Dave Kreskowiak18-Mar-09 10:38
mveDave Kreskowiak18-Mar-09 10:38 
GeneralRe: Running a C# application with multiple GUI threads Pin
Rob Philpott18-Mar-09 23:43
Rob Philpott18-Mar-09 23:43 
GeneralRe: Running a C# application with multiple GUI threads Pin
Dave Kreskowiak19-Mar-09 2:16
mveDave Kreskowiak19-Mar-09 2:16 
QuestionBest Practice Advice - Eschewing Web Services? Pin
Jasmine Pomelo18-Mar-09 6:51
Jasmine Pomelo18-Mar-09 6:51 
QuestionDataset Selection Pin
Stefano Negro18-Mar-09 5:40
Stefano Negro18-Mar-09 5:40 
AnswerRe: Dataset Selection Pin
Xmen Real 18-Mar-09 6:16
professional Xmen Real 18-Mar-09 6:16 
GeneralRe: Dataset Selection Pin
Stefano Negro19-Mar-09 0:32
Stefano Negro19-Mar-09 0:32 
AnswerRe: Dataset Selection Pin
Mohammad Dayyan18-Mar-09 6:31
Mohammad Dayyan18-Mar-09 6:31 
AnswerRe: Dataset Selection Pin
tech60318-Mar-09 14:44
tech60318-Mar-09 14:44 
AnswerRe: Dataset Selection Pin
jaypatel51218-Mar-09 19:23
jaypatel51218-Mar-09 19:23 
Questionattach Event in Javascript Pin
Navneet Hegde18-Mar-09 5:39
Navneet Hegde18-Mar-09 5:39 
QuestionNearest point on a line. Pin
Steve_18-Mar-09 4:58
Steve_18-Mar-09 4:58 
AnswerRe: Nearest point on a line. [modified] Pin
musefan18-Mar-09 5:00
musefan18-Mar-09 5:00 
QuestionRe: Nearest point on a line. Pin
12Code18-Mar-09 5:19
12Code18-Mar-09 5:19 
AnswerRe: Nearest point on a line. Pin
musefan18-Mar-09 5:26
musefan18-Mar-09 5:26 
GeneralRe: Nearest point on a line. Pin
moon_stick18-Mar-09 5:54
moon_stick18-Mar-09 5:54 
GeneralRe: Nearest point on a line. Pin
musefan18-Mar-09 6:03
musefan18-Mar-09 6:03 

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.