Visual Basic | Viewing issue
Hey Guys, I have a tiny issue with viewing. How do I set visibility(Visible/Non-Visible) in designer for VB(such as a label, or textbox) so I can hide an object for just the designer. I'm not sure if it can be done, hope its possible. Thanks!
I guess send the control back by right clicking it > Send to back
That should hide it if it's an overlay for another control.