|
-
Aug 25th, 2000, 02:23 PM
#1
Thread Starter
Member
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!
-
Aug 25th, 2000, 02:47 PM
#2
Try this:
Code:
Private Sub AlignLabelTab()
SSTab.ZOrder 1
Label1.ZOrder 0
End Sub
Private Sub Form_Load()
AlignLabelTab
End Sub
It should work.
-
Aug 25th, 2000, 04:53 PM
#3
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|