PDA

Click to See Complete Forum and Search --> : Line above anything else


QWERTY
Jan 10th, 2000, 11:45 AM
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.

Clunietp
Jan 10th, 2000, 01:10 PM
right click -- > move to front

or code:

Line1.ZOrder 0

QWERTY
Jan 11th, 2000, 11:47 AM
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.