Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RGB color code behind mouse pointer
Message
From
13/08/2007 00:01:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
RGB color code behind mouse pointer
Miscellaneous
Thread ID:
01247730
Message ID:
01247730
Views:
57
Dear Experts

I use following command to show the location of Mouse pointer
rowloc=mrow()
colloc=mcol()
thisform.text1.value=alltrim(str(rowloc))+space(3)+alltrim(str(colloc))
Now I want to dispaly the RGB color code behind mouse pointer.
Suppose there is white color at mouse location then text2 must have
255,255,255

Please help
Next
Reply
Map
View

Click here to load this message in the networking platform