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

Thread: Quick Question

  1. #1
    Guest

    Quick Question

    Ok, you know in some programs how things appear to be set up like files, with a "tab" or "tag" that extends just above the form with the forms name? And you can click on the tab and it brings you to the corresponding page? What is that called? I'm not asking how to do it, just what the technique is called so I can look up more info on how to do it. Thanks. =-)


  2. #2
    Guest

    Re: Quick Question

    I assume you mean the Microsoft Tabbed Dialog Control which can be loaded from the Projects/Components menu item....


  3. #3
    Join Date
    Jul 1999
    Location
    USA
    Posts
    101

    Re: Quick Question

    you may use a tab strip control to acieve this. It is available under MS windows common controls.


  4. #4
    Guest

    Re: Quick Question

    Commonlly referred to as a Property Page I believe


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