Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Tip - Mouse Cursor
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
VFP Tip - Mouse Cursor
Miscellaneous
Thread ID:
00244825
Message ID:
00244825
Views:
59
I posted a question on how do you get the mouse cursor to reapper if a user TABs to a command button and presses the ENTER key. Whenever a users moves between controls using the keyboard the mouse cursor disappears. To resolve this, I placed the following code in the KeyPress of the command button:
LPARAMETERS nKeyCode, nShiftAltCtrl
if nKeyCode = 13
   Mouse Click at ;
      This.Top + This.Height/2, ;
      This.Left + This.Width/2 ;
      pixels window (wontop()) left
   NoDefault
else
   DoDefault()
endif
Mark McCasland
Midlothian, TX USA
Next
Reply
Map
View

Click here to load this message in the networking platform