Click here to Skip to main content
15,920,602 members
Home / Discussions / C#
   

C#

 
GeneralRe: thread is blocking the gui form, why? Pin
Krzysztof Gorgolewski15-Apr-07 22:05
Krzysztof Gorgolewski15-Apr-07 22:05 
GeneralRe: thread is blocking the gui form, why? Pin
Christian Graus15-Apr-07 22:46
protectorChristian Graus15-Apr-07 22:46 
AnswerRe: thread is blocking the gui form, why? Pin
Luc Pattyn15-Apr-07 21:52
sitebuilderLuc Pattyn15-Apr-07 21:52 
GeneralRe: thread is blocking the gui form, why? Pin
Krzysztof Gorgolewski15-Apr-07 22:15
Krzysztof Gorgolewski15-Apr-07 22:15 
GeneralRe: thread is blocking the gui form, why? Pin
Luc Pattyn15-Apr-07 22:27
sitebuilderLuc Pattyn15-Apr-07 22:27 
GeneralRe: thread is blocking the gui form, why? Pin
Guffa15-Apr-07 22:32
Guffa15-Apr-07 22:32 
GeneralRe: thread is blocking the gui form, why? [modified] Pin
Krzysztof Gorgolewski15-Apr-07 22:45
Krzysztof Gorgolewski15-Apr-07 22:45 
AnswerRe: thread is blocking the gui form, why? Pin
Guffa16-Apr-07 0:38
Guffa16-Apr-07 0:38 
Then it depends on how the GetImage is implemented. If it doesn't allow other threads to run while it's waiting, it won't make any difference that it runs in a different thread than the GUI.

If I understand it correctly, the process scheduler can fully handle the time sharing between applications, but it depends on all the threads in an application to cooperate for the time sharing to work between the threads within the application.

---
single minded; short sighted; long gone;

GeneralRe: thread is blocking the gui form, why? Pin
Krzysztof Gorgolewski16-Apr-07 1:12
Krzysztof Gorgolewski16-Apr-07 1:12 
AnswerRe: thread is blocking the gui form, why? Pin
Martin#15-Apr-07 21:55
Martin#15-Apr-07 21:55 
GeneralRe: thread is blocking the gui form, why? Pin
Krzysztof Gorgolewski15-Apr-07 22:20
Krzysztof Gorgolewski15-Apr-07 22:20 
GeneralRe: thread is blocking the gui form, why? Pin
Martin#15-Apr-07 22:36
Martin#15-Apr-07 22:36 
Answerthanks to all Pin
Krzysztof Gorgolewski16-Apr-07 4:57
Krzysztof Gorgolewski16-Apr-07 4:57 
Questionxpath Vs xml validation with xsd Pin
praveenkumar palla15-Apr-07 21:05
praveenkumar palla15-Apr-07 21:05 
AnswerRe: xpath Vs xml validation with xsd Pin
Stefan Troschuetz15-Apr-07 21:10
Stefan Troschuetz15-Apr-07 21:10 
GeneralRe: xpath Vs xml validation with xsd Pin
praveenkumar palla15-Apr-07 21:23
praveenkumar palla15-Apr-07 21:23 
GeneralRe: xpath Vs xml validation with xsd Pin
Stefan Troschuetz15-Apr-07 21:34
Stefan Troschuetz15-Apr-07 21:34 
GeneralRe: xpath Vs xml validation with xsd Pin
praveenkumar palla15-Apr-07 21:49
praveenkumar palla15-Apr-07 21:49 
GeneralRe: xpath Vs xml validation with xsd Pin
Stefan Troschuetz15-Apr-07 22:06
Stefan Troschuetz15-Apr-07 22:06 
AnswerARE YOU MENTAL ???? Pin
Christian Graus15-Apr-07 21:55
protectorChristian Graus15-Apr-07 21:55 
GeneralRe: ARE YOU MENTAL ???? Pin
Jaiprakash M Bankolli15-Apr-07 22:23
Jaiprakash M Bankolli15-Apr-07 22:23 
GeneralRe: ARE YOU MENTAL ???? Pin
Christian Graus15-Apr-07 22:48
protectorChristian Graus15-Apr-07 22:48 
GeneralRe: ARE YOU MENTAL ???? Pin
Pete O'Hanlon15-Apr-07 22:50
mvePete O'Hanlon15-Apr-07 22:50 
GeneralRe: ARE YOU MENTAL ???? Pin
Jaiprakash M Bankolli15-Apr-07 23:45
Jaiprakash M Bankolli15-Apr-07 23:45 
GeneralRe: ARE YOU MENTAL ???? Pin
Pete O'Hanlon15-Apr-07 22:31
mvePete O'Hanlon15-Apr-07 22:31 

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.