Good day,
I have an app that is suddenly ignoring the .visible setting of a textbox!

the textbox is a multilined one, with scroll bars turned on, is enabled, not locked, and its initial .visible setting is True.

BUT when this line executes:

lblWineType.Visible = True

it ignores it completely!? Suggestions?