Results 1 to 3 of 3

Thread: Make the label visible in SStab control

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    NY
    Posts
    47
    I have a SStab control and when I am adding a label on it, it is not in front of the tab, it is always at the back even if I made the tab as "Send to back". How come? What is wrong with what I am doing?

    Thanks a lot!
    Rowena

  2. #2
    Guest
    Try this:

    Code:
    Private Sub AlignLabelTab()
       SSTab.ZOrder 1
       Label1.ZOrder 0
    End Sub
    
    Private Sub Form_Load()
       AlignLabelTab
    End Sub
    It should work.

  3. #3
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    or the proper way:

    cut the label, and click on the ss tab and then click paste (I had the same problem)

    the code that sc0rp gave makes it go on top of the sstab control, so when you change tabs, it will still be there
    NXSupport - Your one-stop source for computer help

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