-
I have created few new lines using control array (you know using load thing). It works fine except that my line is always on the back of the label (obviously it should be on the front). Do you know how to force these stupid lines to be on the front?? Thanks for your help.
------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.
-
right click -- > move to front
or code:
Line1.ZOrder 0
-
Thanks Clunietp. I was trying to use ZOrder but, well I guess I didn't know how to use it. I was trying to do something like this: Something.ZOrder =. Obviously it didn't work.
Thanks again
------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.