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.

Recommended Answers

All 2 Replies

check out the ZOrder Property or you could play around with the Visible Property...

Good Luck

awesome. thanks as always vb5prgrmr :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.