Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Color the Buttons
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Color the Buttons
Divers
Thread ID:
01422822
Message ID:
01422822
Vues:
114
Is there a away to add colors to the command buttons - where would i place it?
along the same lines is there a way to add image to the command button?
This is the format i am using

thanks
K

frmMyForm = CREATEOBJECT('Form')
frmMyForm.Closable = .F.

frmMyForm.AddObject('cmdCmndBtn1','cmdMyCmndBtn1')

frmMyForm.cmdCmndBtn1.Visible =.T.

DEFINE CLASS cmdMyCmndBtn1 AS COMMANDBUTTON
Caption = '\Click Here'
Left = 60
Top = 30
Height = 25

PROCEDURE Click
clear events
cancel = .F.
ENDDEFINE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform