Start button text showing

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()
 
P

Peter Foot [MVP]

Set your Me.Text = "" after you show the new form - that should make the
caption of the frmForm2 visible first.

Peter
 
B

Beebs

If I do that, I get the name of the form flashing between form
showings, i.e. frmForm2 will show where "Start" used to be.
 
B

Beebs

So I'm guessing Microsoft still has work to do on this matter then.
How do I report bugs to Microsoft?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top