Saturday, March 29, 2014

Beginning form problems

I have set all of their visible properties to false in the properties windows when I created the labels, so that they would only become visible during the if statements.

That's fine for the initial execution of that code, but once you have set the visibility to

true it will stay that way until either the program is restarted or you set it back to false.



So if you execute that code multiple times in one execution of the program you will eventually

have more than one visible.



- Wayne


No comments:

Post a Comment