Click here to Skip to main content
15,910,411 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGet File Advanced Setting Pin
Padma N5-Feb-10 23:05
Padma N5-Feb-10 23:05 
AnswerRe: Get File Advanced Setting Pin
DaveAuld6-Feb-10 3:11
professionalDaveAuld6-Feb-10 3:11 
QuestionSomebody help me! Pin
chazy_chaz6405-Feb-10 22:26
chazy_chaz6405-Feb-10 22:26 
AnswerRe: Somebody help me! Pin
Johan Hakkesteegt5-Feb-10 22:48
Johan Hakkesteegt5-Feb-10 22:48 
AnswerRe: Somebody help me! Pin
Richard MacCutchan5-Feb-10 22:48
mveRichard MacCutchan5-Feb-10 22:48 
AnswerRe: Somebody help me! Pin
Dave Kreskowiak6-Feb-10 5:36
mveDave Kreskowiak6-Feb-10 5:36 
AnswerRe: Somebody help me! Pin
loyal ginger6-Feb-10 9:51
loyal ginger6-Feb-10 9:51 
QuestionMDI children w/progress bars not asynchronously updating Pin
Jim Dolson5-Feb-10 14:32
Jim Dolson5-Feb-10 14:32 
Background:

I have a Visual Studio 2008 VB Windows application. The main window form can contain several MDI children. Each MDI child contains a progress bar to show the progress of actions which can take several minutes (the loading and parsing of large data files).

Question:

How I can have all of the progress bars from all of the MDI children continue to update even though only one of the MDI children is the active one?

Problem Description:

Say I start an action from within one MDI child (the loading and parsing a large file). The progress bar begins to slowly advance.

Say I then start an action from a different MDI child. The progress bar in that MDI child begins to slowly advance but the progress bar from the first MDI child no longer increments.

However, the action that I started from the first MDI child (the loading and parsing) does continue to run.

If I leave the second MDI child form and click on the first MDI child form, the progress bar of the first MDI child immediately jumps to where it should be but then the second MDI child's progress bar stops advancing (although the second MDI child's action continues to be performed).

Thank you for whatever suggestion you might have.

Jim
AnswerRe: MDI children w/progress bars not asynchronously updating Pin
Luc Pattyn5-Feb-10 15:00
sitebuilderLuc Pattyn5-Feb-10 15:00 
AnswerRe: MDI children w/progress bars not asynchronously updating Pin
Wayne Gaylard5-Feb-10 17:25
professionalWayne Gaylard5-Feb-10 17:25 
QuestionKeypress Event Double Firing Pin
eddieangel5-Feb-10 13:07
eddieangel5-Feb-10 13:07 
AnswerRe: Keypress Event Double Firing Pin
Luc Pattyn5-Feb-10 13:21
sitebuilderLuc Pattyn5-Feb-10 13:21 
Questiongood coding practices? Pin
kmas37525-Feb-10 8:26
kmas37525-Feb-10 8:26 
AnswerRe: good coding practices? [modified] Pin
Ray Cassick5-Feb-10 8:59
Ray Cassick5-Feb-10 8:59 
AnswerRe: good coding practices? Pin
MicroVirus5-Feb-10 11:26
MicroVirus5-Feb-10 11:26 
AnswerRe: good coding practices? Pin
DaveAuld5-Feb-10 20:10
professionalDaveAuld5-Feb-10 20:10 
AnswerRe: good coding practices? Pin
William Winner8-Feb-10 9:44
William Winner8-Feb-10 9:44 
QuestionTaking Screen Shots of PPC Apps Pin
Dominick Marciano5-Feb-10 7:31
professionalDominick Marciano5-Feb-10 7:31 
AnswerRe: Taking Screen Shots of PPC Apps Pin
Smithers-Jones5-Feb-10 12:57
Smithers-Jones5-Feb-10 12:57 
GeneralRe: Taking Screen Shots of PPC Apps Pin
Dominick Marciano6-Feb-10 12:11
professionalDominick Marciano6-Feb-10 12:11 
QuestionHide source code of application Pin
Gagan.205-Feb-10 2:20
Gagan.205-Feb-10 2:20 
AnswerRe: Hide source code of application Pin
Nuri Ismail5-Feb-10 3:14
Nuri Ismail5-Feb-10 3:14 
GeneralRe: Hide source code of application Pin
Gagan.205-Feb-10 3:59
Gagan.205-Feb-10 3:59 
QuestionDifferentiate between a database connection problem and database read problem Pin
Wayne Gaylard5-Feb-10 1:11
professionalWayne Gaylard5-Feb-10 1:11 
AnswerRe: Differentiate between a database connection problem and database read problem Pin
David Skelly5-Feb-10 1:59
David Skelly5-Feb-10 1:59 

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.