Tabbed form

  • Thread starter Thread starter Damon Heron
  • Start date Start date
D

Damon Heron

Q: is there a way to have a tabbed form with the tabs invisible, and use
command buttons at the bottom of the form to tab thru the pages instead?
 
Damon said:
Q: is there a way to have a tabbed form with the tabs invisible, and
use command buttons at the bottom of the form to tab thru the pages
instead?

Set the TabStyle to "None". Have your buttons set the Value property of the
TabControl to switch pages. The page index numbers start with zero.
 
Thanks for the help. It works great!

--
Damon

Rick Brandt said:
Set the TabStyle to "None". Have your buttons set the Value property of
the TabControl to switch pages. The page index numbers start with zero.
 
Back
Top