CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Sweden
    Posts
    30

    adding tabs to tabctrl heelp! =)

    Hello,

    I got a pretty stupid q. ;P

    How the heck do I create a conent in my diffrent tabs =) (i.e. listviews etc).. I've done a
    CTabCtrl m_tabctrl; and then I want to add controls runtime , I know how to create diffrent tab sheets but not how to add a content on them(like a clistctrl)
    -- Henrik


  2. #2
    Join Date
    Apr 1999
    Posts
    4

    Re: adding tabs to tabctrl heelp! =)

    go to see an example in cTabCtrl & multiline (2)
    on Controls category (4/21/99)


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