How can I automate this. I have 81 imageboxes and they are all enumerated like this.
Pict1,Pict2 ,...,Pict81
Is there a way to do something like this
for i=1 to 81 pict[ i ].creategraphics Next
So that I can automate a lot instead of making over 3 times 81 lines of code for nothing
Thanks in advance
Visual Basic23
|