Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing the Cursor Over Populated Grid?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00098457
Message ID:
00098478
Vues:
35
>>How do you keep the cursor from becoming the I-bar that is normal over a populated grid? I changed both the grid's cursor property and the textbox's to be an arrow, but it still shows the I-bar unless the row doesn't have any data in it.
>
>We had to use API calls, for example in object's Mousemove call method which runs these:
>
>nCurHndl=LoadCursorFromFile("mycursor.cur")
>nChangOK=SetSystemCursor(nCurHndl,32513)

Heh, an API call, oh no!

Paah. Forget it. I'm tired of trying to kludge my way through making a grid work properly. Isn't this what the MousePointer property is for??

Michael G. Emmons
memmons@nc.rr.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform