Results 1 to 3 of 3

Thread: Line above anything else

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523

    Post

    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.


  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    right click -- > move to front

    or code:

    Line1.ZOrder 0

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523

    Post

    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
  •  



Click Here to Expand Forum to Full Width