Click here to Skip to main content
15,884,472 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Form does not show if created in other thread Pin
gehbitte20-Jul-09 4:27
gehbitte20-Jul-09 4:27 
GeneralRe: Windows Form does not show if created in other thread Pin
DaveyM6920-Jul-09 4:41
professionalDaveyM6920-Jul-09 4:41 
GeneralRe: Windows Form does not show if created in other thread Pin
gehbitte20-Jul-09 4:59
gehbitte20-Jul-09 4:59 
GeneralRe: Windows Form does not show if created in other thread Pin
gehbitte20-Jul-09 5:04
gehbitte20-Jul-09 5:04 
GeneralRe: Windows Form does not show if created in other thread Pin
gehbitte20-Jul-09 5:40
gehbitte20-Jul-09 5:40 
GeneralRe: Windows Form does not show if created in other thread Pin
DaveyM6920-Jul-09 7:51
professionalDaveyM6920-Jul-09 7:51 
GeneralRe: Windows Form does not show if created in other thread Pin
gehbitte20-Jul-09 21:41
gehbitte20-Jul-09 21:41 
AnswerRe: Windows Form does not show if created in other thread Pin
Luc Pattyn20-Jul-09 3:51
sitebuilderLuc Pattyn20-Jul-09 3:51 
gehbitte wrote:
Why?


Controls (a Form is a Control) can only be operated upon by the thread that creates them, as they are not thread-safe. Controls reside in Forms, and Forms are interconnected in many ways (Parent, z-order, etc). The net result is all Controls need to be created and operated upon by the main thread only; for anything else you need to use Control.Invoke

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

QuestionHorizontal ScrollBar does not work in the TextBox control... anymore. Pin
iscript20-Jul-09 3:21
iscript20-Jul-09 3:21 
AnswerRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
DaveyM6920-Jul-09 3:31
professionalDaveyM6920-Jul-09 3:31 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
iscript20-Jul-09 3:39
iscript20-Jul-09 3:39 
AnswerRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
stancrm20-Jul-09 3:31
stancrm20-Jul-09 3:31 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. [modified] Pin
iscript20-Jul-09 3:43
iscript20-Jul-09 3:43 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
Luc Pattyn20-Jul-09 3:53
sitebuilderLuc Pattyn20-Jul-09 3:53 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
iscript20-Jul-09 4:28
iscript20-Jul-09 4:28 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
Luc Pattyn20-Jul-09 4:45
sitebuilderLuc Pattyn20-Jul-09 4:45 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
iscript20-Jul-09 4:58
iscript20-Jul-09 4:58 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
Luc Pattyn20-Jul-09 5:09
sitebuilderLuc Pattyn20-Jul-09 5:09 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
iscript20-Jul-09 5:04
iscript20-Jul-09 5:04 
AnswerRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
OriginalGriff20-Jul-09 3:32
mveOriginalGriff20-Jul-09 3:32 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
iscript20-Jul-09 3:45
iscript20-Jul-09 3:45 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
PIEBALDconsult20-Jul-09 5:06
mvePIEBALDconsult20-Jul-09 5:06 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
iscript20-Jul-09 5:15
iscript20-Jul-09 5:15 
GeneralRe: Horizontal ScrollBar does not work in the TextBox control... anymore. Pin
Dave Pie19-Aug-11 9:01
Dave Pie19-Aug-11 9:01 
Questionhow to detect toolbar click in Internet explorer Pin
vikas_kohli8220-Jul-09 3:14
vikas_kohli8220-Jul-09 3:14 

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.