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

    options dialogue

    you know that options where u can start with a form with the option tabs at the top... how exactly do u code / change the options of that so it works and will change? (eg... when you click tab 2, there will be command buttons etC?, i can onyl figure out how to add stuff to the first tab?

    thanks

    -joe

    ?

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: options dialogue

    Hi

    If you are using the Standard TABStrip control that comes with VB, you have to code all the Hiding/Showing of controls whenever the relevant 'Tab_Click' event occurs. Most people would place all of the relevant controls for each 'tab' onto a container control (eg. PictureBox), then in the TabClick event, show/hide the relevant PictureBox.


    Regards

    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

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