hey everyone!!!
well i am programming in vb 2008 and i hav a little problemo.....
I hav added 8 picture boxes in my application and i wana know if i can go through all those 8 picture boxes in a "FOR LOOP" ...something lyk this....
now the problem is that i am not allowed to use "picturebox(i)" .... is there a way to go through all the picture boxes in a for loop???Code:for i=0 to 7 step 1 picturebox(i).image=image.fromfile(path)
any help wud b appriciated......




Reply With Quote