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

C#

 
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 
AnswerRe: Progress bar problem Pin
kasik1-Feb-06 1:57
kasik1-Feb-06 1:57 
Martin23 wrote:

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.


If the entire form that the progress bar is on locks up, along with the progress bar not moving (i.e. nothing is redrawn on the form), then it is probably because you are running your webpage code from the same thread. The way to get around this is to run the web code on a seperate thread (although you shouldn't update your ListBox from this new thread, as that will throw errors).

Hope that helps Smile | :)

Cheers,
Will H
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 
QuestionHow to make transparency layer for drawing above the textfield? Pin
summercoal31-Jan-06 23:08
summercoal31-Jan-06 23:08 

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.