Visual Studio is acting weird. I'm making a program where the user enters his first name and then clicks the Show Greeting button and I want the message to show:
Welcome to C# Programming Tim!
I've successfully added all my controls except when I added the label control that will hold the message, Visual Studio is acting weird with it.
When I try to resize it and let go of the mouse it simply disappears. Or else I can't resize it to make it as long as it needs to be.
I don't know what is going on, shouldn't be this hard to resize a label control.
I've enclosed a screenshot.
Welcome to C# Programming Tim!
I've successfully added all my controls except when I added the label control that will hold the message, Visual Studio is acting weird with it.
When I try to resize it and let go of the mouse it simply disappears. Or else I can't resize it to make it as long as it needs to be.
I don't know what is going on, shouldn't be this hard to resize a label control.
I've enclosed a screenshot.