CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 1999
    Location
    Fl, USA
    Posts
    23

    Labels and SSTab control





    I'm trying to put a label control on a SSTab Control but the label appears behind the SSTab control. Any ideas?

  2. #2
    Join Date
    Mar 1999
    Location
    Fl, USA
    Posts
    23

    Labels and SSTab control





    I'm trying to put a label control on a SSTab Control but the label appears behind the SSTab control. Any ideas?

  3. #3
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Labels and SSTab control






    Hi,


    Are you taking about SSTab control provided by "Tabctl32.ocx" ?

    If it is, then it should not give a problem!. Because just to be sure, i tried a small test & then am writing this response.


    SSTab is a container. So when you create/place controls on top of it, be sure to do start them right on the control. i.e tab-page area. It is a 'good' ocx and works even in the IDE as it will in the final exe. i.e even in the IDE,

    you just select a different tab and place controls on it, which will appear just on the same tab even in run mode.


    If you are talking about Tab-strip, provided by Windows Common Contols, "ComCtl32.ocx", then you have to do the handling yourself.


    Ravi Kiran

  4. #4
    Guest

    Re: Labels and SSTab control

    Hello sir,

    I am using the same tbactrl32.ocx.

    I am also getting the same problem with SSTAB that I am not able to place another control over that. I is directly going to form. I do not know why.
    If possible could you send me that ocx which one you are using to my mail address ("[email protected]")

    Thanks in advance.

    Srinivasalu


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

Featured