Click here to Skip to main content
15,908,254 members
Home / Discussions / C#
   

C#

 
Questionpublic variable Pin
fmardani1-Feb-06 2:15
fmardani1-Feb-06 2:15 
AnswerRe: public variable Pin
Colin Angus Mackay1-Feb-06 2:20
Colin Angus Mackay1-Feb-06 2:20 
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 
Hi, I am making an application that simply gets all the html from a webpage and filters out the data I want. The problem is that I want a progressbar to indicate it is working (using the "marquee" style). My code looks like this;

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

//simple code to get wepage...
//simple code to filter out data I want...
//put data into listbox

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

I thought that this would set the progressbar going, then do the work, then stop the progress bar, but instead the progress bar just doesnt do anything, although the code to get the html data does work.

Any comment greatly appreciated,
thanks!
Martin.
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 
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 

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.