|
-
Jan 10th, 2000, 12:45 PM
#1
Thread Starter
Fanatic Member
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.
-
Jan 10th, 2000, 02:10 PM
#2
Guru
right click -- > move to front
or code:
Line1.ZOrder 0
-
Jan 11th, 2000, 12:47 PM
#3
Thread Starter
Fanatic Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|