CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: tab strip

  1. #1
    Join Date
    Nov 1999
    Posts
    15

    tab strip

    i cant handle with the tabstrip in the ms common controls 6

    some one have any sampel code or some thing
    or
    how do i make text1.text appere when i push one ot the tabs

    thanxxxx


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: tab strip

    I suggest that you use the "Tabbed Dialog Control" (sstab). It's much more intuitive to use than the other tab control. Just place the controls on the tabs, that's it.
    with the tabstrip control you have to place containers (like picture box controls) on the tabstrips and place the controls on the containers, trap the click events of the tab and make the corresponding containers visible.


  3. #3
    Join Date
    Nov 1999
    Posts
    15

    Re: tab strip

    where i can find this "Tabbed Dialog Control" (sstab)?
    what dll or ocx is it?


  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: tab strip

    Project/Components: Microsoft Tabbed Dialog Control 6.0

    (if you own VB 6)


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