Jun 1, 2004 #1 fheyn Programmer Mar 22, 2001 198 DE hi, how do I set the forecolor of a specific tab to a different color. Can I set a specific tab to "disabled" ?
hi, how do I set the forecolor of a specific tab to a different color. Can I set a specific tab to "disabled" ?
Jun 1, 2004 #2 toon10 Programmer Mar 26, 2004 303 DE TO set a specific tab to disabled: SSTab1.TabEnabled(2) = False (Not sure about the ForeColor though!) The (2) indicates the third tab (as the index starts from 0.) Andrew Upvote 0 Downvote
TO set a specific tab to disabled: SSTab1.TabEnabled(2) = False (Not sure about the ForeColor though!) The (2) indicates the third tab (as the index starts from 0.) Andrew
Jun 1, 2004 #3 CasperTFG Programmer Nov 15, 2001 1,210 US Changing the color can be done... DO a search in this forum for sstab and sendwindowupdate Casper There is room for all of gods creatures, "Right Beside the Mashed Potatoes". Upvote 0 Downvote
Changing the color can be done... DO a search in this forum for sstab and sendwindowupdate Casper There is room for all of gods creatures, "Right Beside the Mashed Potatoes".