Click here to Skip to main content
15,898,938 members
Home / Discussions / C#
   

C#

 
Questionadding checkbox to datagrid c# winform Pin
fady_sayegh1-Feb-06 1:51
fady_sayegh1-Feb-06 1:51 
AnswerRe: adding checkbox to datagrid c# winform Pin
MudkiSekhon1-Feb-06 2:02
MudkiSekhon1-Feb-06 2:02 
QuestionUsing Enterprise 2.0 Exception block without using config file. Pin
jdkulkarni1-Feb-06 0:39
jdkulkarni1-Feb-06 0:39 
QuestionCell location in datagrid Pin
ita_cas1-Feb-06 0:18
ita_cas1-Feb-06 0:18 
AnswerRe: Cell location in datagrid Pin
Robert Rohde1-Feb-06 1:11
Robert Rohde1-Feb-06 1:11 
QuestionProgress bar problem Pin
Martin231-Feb-06 0:10
Martin231-Feb-06 0:10 
AnswerRe: Progress bar problem Pin
kasik1-Feb-06 1:57
kasik1-Feb-06 1:57 
GeneralRe: Progress bar problem Pin
Martin231-Feb-06 2:09
Martin231-Feb-06 2:09 
Yes that does help, thnaks! Further problem now is how do I stop the progress bar? because if I put the code to stop the progress bar in the new thread, then that makes the progressbar disappears altogether when the thread finishes (why is that?), and I can't put the code like this;

Private void getWebData()
{
progressBar1.Style = ProgressBarStyle.Marquee;
progressBar1.Value = 100;

//start new thread to do everything

progressBar1.Value = 0;
progressBar1.Style = ProgressBarStyle.Continuous;
}

because then as you would expect it starts and stop the progress bar imidiately. I assume I have to somehow attach an event handler to the new thread so I know when it finishes?

thanks

Martin
GeneralRe: Progress bar problem Pin
kasik1-Feb-06 2:16
kasik1-Feb-06 2:16 
GeneralRe: Progress bar problem Pin
kasik1-Feb-06 2:34
kasik1-Feb-06 2:34 
GeneralRe: Progress bar problem Pin
Martin231-Feb-06 2:44
Martin231-Feb-06 2:44 
GeneralRe: Progress bar problem Pin
kasik1-Feb-06 2:46
kasik1-Feb-06 2:46 
Questionhow to use static decline a multi array member Pin
matthew_net31-Jan-06 23:57
matthew_net31-Jan-06 23:57 
AnswerRe: how to use static decline a multi array member Pin
Guffa1-Feb-06 0:34
Guffa1-Feb-06 0:34 
GeneralRe: how to use static decline a multi array member Pin
matthew_net1-Feb-06 1:15
matthew_net1-Feb-06 1:15 
AnswerRe: how to use static decline a multi array member Pin
Guffa1-Feb-06 10:29
Guffa1-Feb-06 10:29 
QuestionDon't know things Pin
thlaing31-Jan-06 23:37
thlaing31-Jan-06 23:37 
AnswerRe: Don't know things Pin
Colin Angus Mackay31-Jan-06 23:41
Colin Angus Mackay31-Jan-06 23:41 
AnswerRe: Don't know things Pin
Colin Angus Mackay31-Jan-06 23:53
Colin Angus Mackay31-Jan-06 23:53 
GeneralRe: Don't know things Pin
James Gupta1-Feb-06 1:54
professionalJames Gupta1-Feb-06 1:54 
GeneralRe: Don't know things Pin
Colin Angus Mackay1-Feb-06 2:16
Colin Angus Mackay1-Feb-06 2:16 
GeneralRe: Don't know things Pin
Colin Angus Mackay1-Feb-06 2:31
Colin Angus Mackay1-Feb-06 2:31 
GeneralRe: Don't know things Pin
Colin Angus Mackay1-Feb-06 2:38
Colin Angus Mackay1-Feb-06 2:38 
QuestionHow to make transparency layer for drawing above the textfield? Pin
summercoal31-Jan-06 23:08
summercoal31-Jan-06 23:08 
AnswerRe: How to make transparency layer for drawing above the textfield? Pin
Darell F. Butch Jr.1-Feb-06 1:15
Darell F. Butch Jr.1-Feb-06 1:15 

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.