Hi,
In my vb2005-project I have a x by x array as type double. To visualise what's in it, I connected each index to a label. When I run the programm, the initial array is empty, so each label contains a zero.
The problem I have is, I don't wanna see all the zero's initially (on runtime). I only want to see the labels if I put a zero (or another number) in the array. Is there an easy way to do this?
Cindy
In my vb2005-project I have a x by x array as type double. To visualise what's in it, I connected each index to a label. When I run the programm, the initial array is empty, so each label contains a zero.
The problem I have is, I don't wanna see all the zero's initially (on runtime). I only want to see the labels if I put a zero (or another number) in the array. Is there an easy way to do this?
Cindy
Comment