Stretchwickster
Programmer
Hi,
I'm trying to create a wizard-style application and want to hide the tabs but show the pages of a pagecontrol so that the user can only navigate thru the pages using 'Next' and 'Back' buttons.
I've tried using the TPageControl.TabVisible property but this prevents correct functionality of the TPageControl.SelectNextPage property.
Anyone got any ideas how I can advance thru the pages using the buttons, while the tabs are kept hidden. By the way, the TPageControl.ActivePage property seems to be affected by TabVisible too!
Any help would be much appreciated
Clive
I'm trying to create a wizard-style application and want to hide the tabs but show the pages of a pagecontrol so that the user can only navigate thru the pages using 'Next' and 'Back' buttons.
I've tried using the TPageControl.TabVisible property but this prevents correct functionality of the TPageControl.SelectNextPage property.
Anyone got any ideas how I can advance thru the pages using the buttons, while the tabs are kept hidden. By the way, the TPageControl.ActivePage property seems to be affected by TabVisible too!
Any help would be much appreciated
Clive