G
Guest
Hi;
I'm having trouble getting my form to refresh a progress and statusbar,
which I've used successfully before.
Also, my application just seems to stop working although it's still running.
Let me explain. It acts like it's paging memory or something. This is a
memory intensive application. Any thoughts appreciated.
None of the code below is working.
StatusBar2.Text = "Begin Updating Field Data "
ProgressBar2.Visible = True
ProgressBar2.Show()
ProgressBar2.Minimum = 0
ProgressBar2.Maximum = doccount + 1
StatusBar2.Refresh()
Me.StatusBar2.Visible = True
frmMain.DefInstance.ActiveForm.Show()
frmMain.ActiveForm.Show()
Me.StatusBar2.Show()
'frmMain.DefInstance.ActiveControl.Show()
System.Windows.Forms.Application.DoEvents()
Regards;
Segue
I'm having trouble getting my form to refresh a progress and statusbar,
which I've used successfully before.
Also, my application just seems to stop working although it's still running.
Let me explain. It acts like it's paging memory or something. This is a
memory intensive application. Any thoughts appreciated.
None of the code below is working.
StatusBar2.Text = "Begin Updating Field Data "
ProgressBar2.Visible = True
ProgressBar2.Show()
ProgressBar2.Minimum = 0
ProgressBar2.Maximum = doccount + 1
StatusBar2.Refresh()
Me.StatusBar2.Visible = True
frmMain.DefInstance.ActiveForm.Show()
frmMain.ActiveForm.Show()
Me.StatusBar2.Show()
'frmMain.DefInstance.ActiveControl.Show()
System.Windows.Forms.Application.DoEvents()
Regards;
Segue