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:
00098468
Views:
29
>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)
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform