Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way ...
Message
From
01/12/2000 02:29:53
 
 
To
22/11/2000 03:38:14
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00444505
Message ID:
00447908
Views:
8
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform