hey,
i'm just a beginner trying to figure a few things out. i'm making a program in which about 30 differnt picture boxes must be tested constantly for certain position constraints, and if the constraints are true, i need to make the picture invisible. i managed to get the program to cycle through the constraints by using an array of the position of each picture, and then using a variable(A)i cycle through each picture, but if the constraints are true i dont know how to get the picture to become invisible easily. i wanted to do something like
pictureA.visible = False
but when i try it my program keeps locking up, is it just my computer, or is that illegal? if it's illegal any advice on this matter would be greatly appreciated.
thanks
i'm just a beginner trying to figure a few things out. i'm making a program in which about 30 differnt picture boxes must be tested constantly for certain position constraints, and if the constraints are true, i need to make the picture invisible. i managed to get the program to cycle through the constraints by using an array of the position of each picture, and then using a variable(A)i cycle through each picture, but if the constraints are true i dont know how to get the picture to become invisible easily. i wanted to do something like
pictureA.visible = False
but when i try it my program keeps locking up, is it just my computer, or is that illegal? if it's illegal any advice on this matter would be greatly appreciated.
thanks