P
Paul DeWitt
I have a program function with 3 long steps.
I am trying to display the progress using labels and
unhiding the labels as the new step becomes active but the
progress is not displayed until the end. For Example,
lblStep1Start.Visible = true.
Me.Refresh.
' Perform work
lblStep1Finished.Visible = true.
Me.Refresh
When I do this, the labels are not shown until all the
functions have finished. How do I make the labels visible
as they finish.
Thanks
I am trying to display the progress using labels and
unhiding the labels as the new step becomes active but the
progress is not displayed until the end. For Example,
lblStep1Start.Visible = true.
Me.Refresh.
' Perform work
lblStep1Finished.Visible = true.
Me.Refresh
When I do this, the labels are not shown until all the
functions have finished. How do I make the labels visible
as they finish.
Thanks