how do I get an image to be ontop of all the other controls? I need it to be an IMAGE control becuase of the transparent back ground, any suggestions?
Printable View
how do I get an image to be ontop of all the other controls? I need it to be an IMAGE control becuase of the transparent back ground, any suggestions?
Right click on the Imagebox and click on Bring To Front or you can use the ZOrder method.
Code:Image1.ZOrder vbBringToFront
thanks