Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add image to the Toolbar ?
Message
De
08/02/1999 08:37:43
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00184681
Message ID:
00185021
Vues:
43
George,
As you gave the sample add button code to John, can i ask you some quetions?
>WITH This.FormTools.Buttons
>DIMENSION a_buttons[6]
>a_buttons[1] = 'Open'
>a_buttons[2] = 'Close'
>a_buttons[3] = 'Top'
>a_buttons[4] = 'Previous'
>a_buttons[5] = 'Next'
>a_buttons[6] = 'Bottom'
>lnlast = ALEN(a_buttons, 1)
>FOR lni = 1 TO lnlast
>.Add(, a_buttons[lni], a_buttons[lni], 0, lni)
>NEXT
>ENDWITH

Is it there have 5 parameters pass into the this.formtool.button.add()
what are there represent for ?

regard,
chang
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform