Click here to Skip to main content
15,887,214 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Text Box with Rounded corners Pin
Probeer Das15-May-07 3:37
Probeer Das15-May-07 3:37 
GeneralRe: Text Box with Rounded corners Pin
todd.0101110115-May-07 5:14
todd.0101110115-May-07 5:14 
Questionhow to validate right click in excel worksheet using VBA Pin
prashant pissey15-May-07 1:08
prashant pissey15-May-07 1:08 
Questionevent , raise event , delegates Pin
Sonia Gupta15-May-07 1:01
Sonia Gupta15-May-07 1:01 
AnswerRe: event , raise event , delegates Pin
CPallini17-May-07 23:45
mveCPallini17-May-07 23:45 
Questionprogress bar Pin
Sonia Gupta15-May-07 0:55
Sonia Gupta15-May-07 0:55 
AnswerRe: progress bar Pin
Probeer Das15-May-07 3:42
Probeer Das15-May-07 3:42 
AnswerRe: progress bar Pin
Dave Kreskowiak15-May-07 4:01
mveDave Kreskowiak15-May-07 4:01 
There are two different versions of anything called a "Progress Bar".

The first is one where the progress bar goes from 0% to 100%. In order for this to work, your code has to know where the stopping point is in order to generate a value that can go from 0 to 100. It also has to update the progress bar (noone cares what form it's on!) every once in a while with the current value of the progress.

The second is a progress bar that doesn't, well, progress. What that means is that your code doesn't need to know how long a process will take or show any actual progress. The progress bar just displays a moving image that show something is going on. It has no idea how long the process will take or how long it has yet to go.

So, which is it for you?


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionself referential classes Pin
Sonia Gupta15-May-07 0:50
Sonia Gupta15-May-07 0:50 
AnswerRe: self referential classes Pin
Colin Angus Mackay15-May-07 0:53
Colin Angus Mackay15-May-07 0:53 
QuestionRe: self referential classes Pin
Sonia Gupta15-May-07 0:56
Sonia Gupta15-May-07 0:56 
AnswerRe: self referential classes Pin
Colin Angus Mackay15-May-07 1:56
Colin Angus Mackay15-May-07 1:56 
GeneralRe: self referential classes Pin
Sonia Gupta15-May-07 2:01
Sonia Gupta15-May-07 2:01 
GeneralRe: self referential classes Pin
Colin Angus Mackay15-May-07 3:55
Colin Angus Mackay15-May-07 3:55 
Questionbasic concepts Pin
Sonia Gupta15-May-07 0:39
Sonia Gupta15-May-07 0:39 
AnswerRe: basic concepts Pin
Dave Kreskowiak15-May-07 3:56
mveDave Kreskowiak15-May-07 3:56 
QuestionUrgently required solution Pin
d_smit15-May-07 0:34
d_smit15-May-07 0:34 
AnswerRe: Urgently required solution Pin
Colin Angus Mackay15-May-07 0:51
Colin Angus Mackay15-May-07 0:51 
Answerurgent message titles Pin
leckey15-May-07 4:19
leckey15-May-07 4:19 
QuestionAbout Datagrid and xml data(urgent) Pin
Wlink14-May-07 23:08
Wlink14-May-07 23:08 
AnswerRe: About Datagrid and xml data(urgent) Pin
Ch_Shahzad iqbal15-May-07 23:28
Ch_Shahzad iqbal15-May-07 23:28 
GeneralRe: About Datagrid and xml data(urgent) Pin
Wlink16-May-07 2:27
Wlink16-May-07 2:27 
QuestionI added a column to a table, but, I can't see it. Pin
furjaw14-May-07 21:49
furjaw14-May-07 21:49 
AnswerRe: I added a column to a table, but, I can't see it. Pin
Ch_Shahzad iqbal14-May-07 22:05
Ch_Shahzad iqbal14-May-07 22:05 
AnswerRe: I added a column to a table, but, I can't see it. Pin
Dave Kreskowiak15-May-07 3:46
mveDave Kreskowiak15-May-07 3:46 

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.