|
-
Apr 16th, 2002, 12:51 PM
#1
problems with ARRAYS!
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|