-
Bring To Front
I have a form that contains a imagebox, and a shape(this an array of controls). When I load another instance of the shape, it must be placed on top of the imagebox. When I try it with my code, the shape is placed below the image, resulting in it not beeing visible. How can I bring this shape to the front?
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
-
Re: Bring To Front
Nevermind, found it myself, used shape1(index).ZOrder
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.