Tabbooks
Moderators: Dorian (MJT support), JRL
Use the "TabIndex" dialog property. First tab is 0 (zero). The following would set the third tab of a tabbook named msTabBook1 in Dialog1.
Code: Select all
SetDialogProperty>Dialog1,msTabBook1,TabIndex,2