Active page for TabControl

  • Thread starter Thread starter Marcel K.
  • Start date Start date
M

Marcel K.

Greetings, I want to programatically identify the current
active page of a tab control.. Can you provide insight on
best way? This routine could get called from the change
or load event of the form. I need to enable or disable cmd
buttons, based on the current page selected.

Thanks In Advance.
Marcel K.
 
Hi Marcel,

use the tab control value property to identify page
number. Tab controls are zero (0) based.

Luck
Jonathan
 

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