Dingojoe
May 14th, 1999, 11:19 PM
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
?
Chris Eastwood
May 17th, 1999, 03:15 AM
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