Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way ...
Message
De
01/12/2000 02:29:53
 
 
À
22/11/2000 03:38:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00444505
Message ID:
00447908
Vues:
10
>Is there a way in VFP to load the color picker?

If GetColor() doesn't work (I don'tknow why it wouldn't though) you can use Common Dialogs control:

oCommon = CREATEOBJECT('mscomdlg.commondialog')
oCommon.ShowColor()
?oCommon.Color
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform