Share your opinion
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
|
TABSTRIP - select tabstrip
SELECT TABSTRIP
Today, we learn how to select tabstrip. A command exist to select tabstrip by default as for example : tabstrip1.index = 2 Well, we use a good idea in this example: I want to activate the tabstrip number 3 (realy the 2 because we count 0,1,2), we desactivate 0 and 1 and after, we activate both of them as bellow : PUBLIC SUB Button1_Click() TabStrip1[0].Enabled = FALSE TabStrip1[1].Enabled = FALSE TabStrip1[0].Enabled = TRUE TabStrip1[1].Enabled = TRUE END That's all . hye ! Creation date : 02/08/2009 @ 00:24 Reactions to this article
| QUICK MENU
SEARCH
LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS
visitors visitor online ARCHIVES GAMBAS 1/2
|