F
Fred Morrison
OK, the direct method of setting the background color on a text-only (no
panels) statusbar control seems to fail:
Me.StatusBar1.Text = "<whatever> failed.>
Me.StatusBar1.Backcolor = Color.Yellow ' nothing changes
Me.StatusBar1.Refresh ' doesn't help either.
What convoluted work-around (must be if the simple, direct method fails) is
there for this?
panels) statusbar control seems to fail:
Me.StatusBar1.Text = "<whatever> failed.>
Me.StatusBar1.Backcolor = Color.Yellow ' nothing changes
Me.StatusBar1.Refresh ' doesn't help either.
What convoluted work-around (must be if the simple, direct method fails) is
there for this?