Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Color Picker in form
Message
 
To
05/02/2007 11:51:33
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01192141
Message ID:
01192518
Views:
20
Tim,

That's strange. To answer your original question. Yes, you can replace the OCX of your color picker with a backup. Somehow I doubt, though, that this the color picker is the actual culprit. Right now I can only guess what could be causing the problem. One setting you might try is changing _VFP.AutoYield . Maybe it he helps to enable the mouse cursor explicitly:
DECLARE INTEGER ShowCursor IN user32 INTEGER bShow
ShowCursor(1)
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform