Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Color Picker in form
Message
 
To
05/02/2007 11:54:27
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01192141
Message ID:
01192467
Views:
14
>Edward--
>
>>You should be able to use standard GetColor and open custom color panel by sending keystrokes (TAB,TAB,ENTER) to the window.
>
>
>GETCOLOR () does not return until after the user closes the color picker form. KEYBOARD does not help much here.
>
>
>Tim

Tim,
put this in PRG and execute it:
KEYBOARD '{TAB}'+'{TAB}'+'{ENTER}'
m1 = GETCOLOR()
It works for me, but it is very clumsy :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform