This is in VB.NET 2003
I have a Form with a few GroupBoxes overlaying one another and being shown based on what the form's supposed to be showing at the moment.
What I want is to have a text object (label, textbox, whatever) be shown regardless of which GroupBox is visible at the moment. Labels that are not inside the GroupBox itself show up under it and are not visible (bringing to front doesn't help), similar issues with TextBoxes, Panels.. I don't know what else to use.
Am I missing something, is there another way of showing text that overlays GroupBoxes without being in them?