help!i have an array of images (they are actually a noughts and crosses board) that i wish to change the picture property of. the code I am using is:
imgsquare().Picture = LoadPicture("Clear.bmp")
i know i need a snippet of code in the () to select the entire array, but i'm not sure how. i've tried (0 to 8) but that doesn't work, neither does ().
using (0 to 8) gives a compile error - expected - end of statement.
using () gives a compile error - method or data member not found...
this is really bugging me! anyone who thinks they can help please feel free to email me for complete code. :)
thanks
dgr
