Click here to Skip to main content
15,916,600 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Doubt Pin
CPallini5-May-07 6:39
mveCPallini5-May-07 6:39 
GeneralRe: Doubt Pin
Arun.Immanuel5-May-07 6:55
Arun.Immanuel5-May-07 6:55 
GeneralRe: Doubt Pin
P P Vilsad6-May-07 4:46
P P Vilsad6-May-07 4:46 
QuestionIs it Possible? Please help me Pin
hisuman1005-May-07 0:59
hisuman1005-May-07 0:59 
AnswerRe: Is it Possible? Please help me Pin
Xandip6-May-07 20:32
Xandip6-May-07 20:32 
GeneralRe: Is it Possible? Please help me Pin
hisuman1006-May-07 21:59
hisuman1006-May-07 21:59 
Questionhow to run the progresbar.......?? Pin
Xandip5-May-07 0:54
Xandip5-May-07 0:54 
AnswerRe: how to run the progresbar.......?? Pin
kubben5-May-07 1:05
kubben5-May-07 1:05 
The progress bar you have to set the min and max value and call the increment method when you have made some progress. You can also set the value directly. So your problem is know how far along are you in loading your grid. I am guessing you probably don't know that. So the best you can probably do, is put a timer control which executes every second. When the timer method runs increment the progress bar and refresh the form with Application.DoEvents. So then you users will think some progress is being made.

Ben
GeneralRe: how to run the progresbar.......?? Pin
Xandip5-May-07 1:29
Xandip5-May-07 1:29 
GeneralRe: how to run the progresbar.......?? Pin
kubben5-May-07 2:02
kubben5-May-07 2:02 
AnswerRe: how to run the progresbar.......?? Pin
Crook_EVB5-May-07 1:07
Crook_EVB5-May-07 1:07 
AnswerRe: how to run the progresbar.......?? Pin
Dileep_Vickey5-May-07 1:43
Dileep_Vickey5-May-07 1:43 
GeneralRe: how to run the progresbar.......?? Pin
Paul Conrad5-May-07 5:15
professionalPaul Conrad5-May-07 5:15 
QuestionRe: how to run the progresbar.......?? Pin
P P Vilsad6-May-07 5:30
P P Vilsad6-May-07 5:30 
AnswerRe: how to run the progresbar.......?? Pin
Dave Kreskowiak5-May-07 5:27
mveDave Kreskowiak5-May-07 5:27 
QuestionTransparency by image in GDI Pin
Crook_EVB5-May-07 0:42
Crook_EVB5-May-07 0:42 
QuestionTimer for Test Timeout + General Code Structure Pin
RichardBerry4-May-07 22:51
RichardBerry4-May-07 22:51 
AnswerRe: Timer for Test Timeout + General Code Structure Pin
kubben5-May-07 1:11
kubben5-May-07 1:11 
QuestionCustom PaperSize Problem Pin
AmirAlilou4-May-07 21:54
AmirAlilou4-May-07 21:54 
AnswerRe: Custom PaperSize Problem Pin
Duncan Edwards Jones4-May-07 23:48
professionalDuncan Edwards Jones4-May-07 23:48 
GeneralRe: Custom PaperSize Problem Pin
AmirAlilou5-May-07 1:05
AmirAlilou5-May-07 1:05 
AnswerRe: Custom PaperSize Problem Pin
P P Vilsad6-May-07 5:34
P P Vilsad6-May-07 5:34 
GeneralRe: Custom PaperSize Problem Pin
AmirAlilou6-May-07 21:15
AmirAlilou6-May-07 21:15 
GeneralRe: Custom PaperSize Problem Pin
P P Vilsad7-May-07 3:03
P P Vilsad7-May-07 3:03 
QuestionIs Multiple Exit points in a method wrong [modified] Pin
RichardBerry4-May-07 21:46
RichardBerry4-May-07 21: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.