B
Beebs
I though installing SP2 or later solves the issue with switching
between forms and seeing the "Start" text appear? This isn't working
for me and it's still flashing in between forms. Here's an example of
how I'm calling other forms...any suggestions?
frmForm2.Instance().Text = "My App"
Me.Text = ""
frmForm2.Instance().Show()
between forms and seeing the "Start" text appear? This isn't working
for me and it's still flashing in between forms. Here's an example of
how I'm calling other forms...any suggestions?
frmForm2.Instance().Text = "My App"
Me.Text = ""
frmForm2.Instance().Show()