Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RGB color code behind mouse pointer
Message
De
13/08/2007 00:01:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
RGB color code behind mouse pointer
Divers
Thread ID:
01247730
Message ID:
01247730
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform