Click here to Skip to main content
16,013,592 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRandom display of items Pin
samerh28-May-07 0:36
samerh28-May-07 0:36 
AnswerRe: Random display of items Pin
Christian Graus28-May-07 0:45
protectorChristian Graus28-May-07 0:45 
GeneralRe: Random display of items Pin
samerh28-May-07 1:44
samerh28-May-07 1:44 
GeneralRe: Random display of items Pin
Christian Graus28-May-07 11:07
protectorChristian Graus28-May-07 11:07 
AnswerRe: Random display of items Pin
CPallini28-May-07 1:47
mveCPallini28-May-07 1:47 
GeneralRe: Random display of items Pin
Christian Graus28-May-07 11:07
protectorChristian Graus28-May-07 11:07 
Questionprogress bar Pin
charchabil0328-May-07 0:05
charchabil0328-May-07 0:05 
AnswerRe: progress bar Pin
Christian Graus28-May-07 0:10
protectorChristian Graus28-May-07 0:10 
Quite plainly, if you don't know how much data you are getting, there's no way you can show a real progress bar. You should also try to make your database call all in one go, not breaking it up into many calls if you can help it.

Your best bet is to set a progress bar to just show indeterminate progress ( the bar moves over and over ) and leave that showing while a thread does your DB call.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: progress bar Pin
Xandip28-May-07 0:23
Xandip28-May-07 0:23 
GeneralRe: progress bar Pin
charchabil0328-May-07 0:59
charchabil0328-May-07 0:59 
GeneralRe: progress bar Pin
Christian Graus28-May-07 1:03
protectorChristian Graus28-May-07 1:03 
GeneralRe: progress bar Pin
charchabil0328-May-07 1:11
charchabil0328-May-07 1:11 
GeneralRe: progress bar Pin
Christian Graus28-May-07 1:24
protectorChristian Graus28-May-07 1:24 
GeneralRe: progress bar Pin
charchabil0328-May-07 1:35
charchabil0328-May-07 1:35 
GeneralRe: progress bar Pin
Xandip28-May-07 2:45
Xandip28-May-07 2:45 
GeneralRe: progress bar Pin
Dave Kreskowiak28-May-07 6:16
mveDave Kreskowiak28-May-07 6:16 
GeneralRe: progress bar Pin
Christian Graus28-May-07 11:00
protectorChristian Graus28-May-07 11:00 
GeneralRe: progress bar Pin
Xandip28-May-07 17:56
Xandip28-May-07 17:56 
GeneralRe: progress bar Pin
Xandip28-May-07 1:31
Xandip28-May-07 1:31 
GeneralRe: progress bar Pin
charchabil0328-May-07 1:34
charchabil0328-May-07 1:34 
GeneralRe: progress bar Pin
Christian Graus28-May-07 1:39
protectorChristian Graus28-May-07 1:39 
QuestionFade out effect in my form...?? Pin
Xandip27-May-07 23:11
Xandip27-May-07 23:11 
AnswerRe: Fade out effect in my form...?? Pin
Christian Graus27-May-07 23:40
protectorChristian Graus27-May-07 23:40 
GeneralRe: Fade out effect in my form...?? Pin
Xandip27-May-07 23:53
Xandip27-May-07 23:53 
GeneralRe: Fade out effect in my form...?? Pin
Christian Graus28-May-07 0:02
protectorChristian Graus28-May-07 0:02 

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.