Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: showing form from thread Pin
Sunshine Always14-May-10 1:41
Sunshine Always14-May-10 1:41 
GeneralRe: showing form from thread Pin
The Man from U.N.C.L.E.14-May-10 3:26
The Man from U.N.C.L.E.14-May-10 3:26 
AnswerRe: showing form from thread Pin
DaveyM6913-May-10 5:31
professionalDaveyM6913-May-10 5:31 
GeneralRe: showing form from thread Pin
The Man from U.N.C.L.E.13-May-10 6:43
The Man from U.N.C.L.E.13-May-10 6:43 
GeneralRe: showing form from thread Pin
DaveyM6913-May-10 9:24
professionalDaveyM6913-May-10 9:24 
AnswerRe: showing form from thread Pin
#realJSOP13-May-10 6:28
professional#realJSOP13-May-10 6:28 
AnswerRe: showing form from thread Pin
AspDotNetDev13-May-10 11:31
protectorAspDotNetDev13-May-10 11:31 
GeneralRe: showing form from thread Pin
Dave Kreskowiak13-May-10 12:48
mveDave Kreskowiak13-May-10 12:48 
It may work for you, but it's not going to work in all instances and environments and it WILL produce bugs that are difficult, if not impossible, to track down. The short answer is you just don't put up UI elements on anything other than the UI thread.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: showing form from thread Pin
AspDotNetDev13-May-10 18:18
protectorAspDotNetDev13-May-10 18:18 
GeneralRe: showing form from thread Pin
Dave Kreskowiak13-May-10 18:47
mveDave Kreskowiak13-May-10 18:47 
GeneralRe: showing form from thread Pin
AspDotNetDev13-May-10 18:49
protectorAspDotNetDev13-May-10 18:49 
GeneralRe: showing form from thread Pin
Dave Kreskowiak13-May-10 19:25
mveDave Kreskowiak13-May-10 19:25 
GeneralRe: showing form from thread Pin
The Man from U.N.C.L.E.13-May-10 22:34
The Man from U.N.C.L.E.13-May-10 22:34 
GeneralRe: showing form from thread Pin
The Man from U.N.C.L.E.13-May-10 22:43
The Man from U.N.C.L.E.13-May-10 22:43 
QuestionShowFileDialog In Console Pin
noamtzu0013-May-10 0:00
noamtzu0013-May-10 0:00 
AnswerRe: ShowFileDialog In Console Pin
Michel Godfroid13-May-10 0:36
Michel Godfroid13-May-10 0:36 
GeneralRe: ShowFileDialog In Console Pin
Luc Pattyn13-May-10 3:30
sitebuilderLuc Pattyn13-May-10 3:30 
RantRe: ShowFileDialog In Console Pin
Michel Godfroid13-May-10 4:13
Michel Godfroid13-May-10 4:13 
GeneralRe: ShowFileDialog In Console Pin
Luc Pattyn13-May-10 4:40
sitebuilderLuc Pattyn13-May-10 4:40 
GeneralRe: ShowFileDialog In Console Pin
Michel Godfroid13-May-10 5:06
Michel Godfroid13-May-10 5:06 
GeneralRe: ShowFileDialog In Console Pin
Luc Pattyn13-May-10 5:13
sitebuilderLuc Pattyn13-May-10 5:13 
GeneralRe: ShowFileDialog In Console Pin
DaveyM6913-May-10 5:43
professionalDaveyM6913-May-10 5:43 
GeneralRe: ShowFileDialog In Console Pin
DaveyM6913-May-10 5:41
professionalDaveyM6913-May-10 5:41 
GeneralRe: ShowFileDialog In Console Pin
Luc Pattyn13-May-10 5:57
sitebuilderLuc Pattyn13-May-10 5:57 
AnswerRe: ShowFileDialog In Console Pin
Rajesh Anuhya13-May-10 1:49
professionalRajesh Anuhya13-May-10 1:49 

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.