Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable mouse selection in textbox
Message
From
16/10/2003 03:00:36
 
 
To
15/10/2003 23:50:05
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00839115
Message ID:
00839138
Views:
21
John-

>How do I disable the ability to select text with the mouse in a textbox?

Just how disabled do you need the mouse to be? You could simply do something like:
* Text1.MouseDown()
LPARAMETERS nButton, nShift, nXCoord, nYCoord
NODEFAULT
However, that's an awfully big stick to wield.
Previous
Reply
Map
View

Click here to load this message in the networking platform