replace tabs

  • Thread starter Thread starter anonymous
  • Start date Start date
anonymous said:
I would like to replace tab buttons with command buttons,
is this possible?

What is a Tab Button? If you mean you are using a TabControl with the
style set to Buttons and now you want to use your own buttons then just set
the style to None and create your own buttons to do the job. All they have
to do is set the Value property of the TabControl object.

Setting that to zero will bring up the first page, setting it to one, the
second, etc..
 
Back
Top