Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
AnswerRe: Progress bar Issue Pin
Christian Graus15-Apr-07 21:52
protectorChristian Graus15-Apr-07 21:52 
GeneralRe: Progress bar Issue Pin
sujithkumarsl15-Apr-07 22:17
sujithkumarsl15-Apr-07 22:17 
GeneralRe: Progress bar Issue Pin
Christian Graus15-Apr-07 22:45
protectorChristian Graus15-Apr-07 22:45 
GeneralRe: Progress bar Issue Pin
sujithkumarsl15-Apr-07 23:17
sujithkumarsl15-Apr-07 23:17 
GeneralRe: Progress bar Issue Pin
Christian Graus15-Apr-07 23:27
protectorChristian Graus15-Apr-07 23:27 
Questionthread is blocking the gui form, why? Pin
Krzysztof Gorgolewski15-Apr-07 21:29
Krzysztof Gorgolewski15-Apr-07 21:29 
AnswerRe: thread is blocking the gui form, why? Pin
Christian Graus15-Apr-07 21:51
protectorChristian Graus15-Apr-07 21:51 
GeneralRe: thread is blocking the gui form, why? Pin
Krzysztof Gorgolewski15-Apr-07 22:05
Krzysztof Gorgolewski15-Apr-07 22:05 
hi christian,

in the forms constructor i'm having the following lines of code earlier listed, which should start my camerathread (the another/seperate thread) or am i wrong? and if this is not doing what i'm thinking it should do, how should it be?

ct = new camerathread();
	ct.newimg += new newimg_handler(ct_newimg);
	camerawork = new System.Threading.Thread(new System.Threading.ThreadStart(ct.run));
	camerawork.Priority = System.Threading.ThreadPriority.AboveNormal;
	camerawork.Start();


criss
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 
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 

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.