Results 1 to 9 of 9

Thread: how can i send to front my label control over a tab or frame control

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Philippines
    Posts
    49
    im having problems sending to front my label control. its always sent behind the tab or frame control, even if i clicked the "send to front" option.

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    label controls don't have a window, so they're drawn directly on the form. That means that any other control, except other labels, and windowless controls are on top of the labels
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Philippines
    Posts
    49

    Question labels on top of tab or frame controls

    can you suggest me how to work around with it? i need a some sort of "label" in my tab control.

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    first of all use the SSTab control.

    Just place the label on the tab where you want it!
    Mark
    -------------------

  5. #5

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Philippines
    Posts
    49

    Wink

    thanks

  6. #6

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Philippines
    Posts
    49

    Unhappy

    hey mark it still doesnt work. i already used SStab but my label control does not seem to be on tab of the tab control.


  7. #7
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    When you place a control on a form how do you do it?

    I suspect that you just double click the toolbox icon.

    Don't!

    instead, click the tool box icon and then "draw" the control where you want it with your mouse
    Mark
    -------------------

  8. #8
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    You can also cut and paste controls into other controls. select the label, press ctrl+x, select the SSTab and press Ctrl+v
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  9. #9

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Philippines
    Posts
    49

    Wink

    Ok, it works... thanks

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