Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Sorting and Mouse Pointer
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01413103
Message ID:
01413237
Views:
91
This message has been marked as a message which has helped to the initial question of the thread.
Hi Naomi,

I found that the following code worked for me:
Declare ShowCursor in Win32API Long
ShowCursor(0)
* ... do something here
Mouse at Mrow(), Mcol()
ShowCursor(1)
César Chalom, however, reported that he didn't have any success. For him calling the SetCursorPos API function worked, though.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform