Question Basic code help

mike4093

New member
Joined
Sep 30, 2009
Messages
1
Programming Experience
Beginner
Hey everyone, i have recently started an A level in computing so my knowledge in VB.net is very basic. I know the code to make labels invisible but i dont know how to make them invisible as soon as the program starts. where would i have to put the code fro that to work?
 
You can code it in the form load as above but I would suggest starting out with it being invisible in the first place. No reason to create it as visible and then make it invisible. Select the labels you want to work with in the design evironment and in the properties window set its property, Visible = False
 
Back
Top