C
Carlos Martinez
This should not be uncommon, so I apologize if this is trivial as well.
In a simple form, I have a button that, after requesting confirmation (in a
msgbox), launches a sub that takes some time to do the work. I have set the
hourglass to true, and that is nice; however, when the msgbox goes away after
the confirmation, my form is still in focus and buttons enabled. Needless to
say, clicks on it are stacked up until the command finishes... not a pretty
sight.
What is the "standard know" on dealing with this problem? I am thinking a
progress bar would do the trick...
In a simple form, I have a button that, after requesting confirmation (in a
msgbox), launches a sub that takes some time to do the work. I have set the
hourglass to true, and that is nice; however, when the msgbox goes away after
the confirmation, my form is still in focus and buttons enabled. Needless to
say, clicks on it are stacked up until the command finishes... not a pretty
sight.
What is the "standard know" on dealing with this problem? I am thinking a
progress bar would do the trick...