Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing the Cursor Over Populated Grid?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00098457
Message ID:
00098478
Views:
32
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform