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

Thread: tab control

  1. #1
    Join Date
    Jul 2002
    Posts
    30

    Lightbulb tab control

    hello people i would like some help with tab controls...
    how can i know which functions applu to tab controls?
    the only way to make a tab control is to write code?(create a variable and after call methods)?
    generally how can i learn how tree controls , list controls etc work?
    new in visual programming

  2. #2
    Join Date
    Mar 2002
    Location
    Sweden
    Posts
    136
    I recommend that you take a look on the tutorials
    that are here on this site.They have helped me several
    times. About the TabCtrl here is a good start...
    http://www.codeguru.com/controls/CMyTabCtrl.html
    Regards

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