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
 
Back
Top