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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top