06-23-2015 02:33 PM
That still is not what I am looking for. I want it to be invisible by default.
So, if I make the visible property and set it to false, the control will only be false when when I run the program. However, I want the control to be invisible before I run the program.
06-23-2015 02:34 PM
Right Click, Advanced-> Hide Control.
Which is the same as setting the visible property to false on startup.
06-23-2015 03:41 PM
Set all of them to false so they all hide as soon as your program starts.