Hi, I load many of the picturebox (I named them pic) with the index 0 to 10 (pic(0) to pic(10)) on top of my main (biggest) picturebox.
My problem is, pic(1) will always be on top of pic(2). pic(6) will always be at the bottom of pic(5) and so on....
How can I actually set this, so pic(6) will be on top of pic(5) in some specific case?
thanks.