Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight problem in Textbox
Message
From
03/04/2003 05:46:03
 
 
To
03/04/2003 05:13:26
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00773448
Message ID:
00773452
Views:
8
This message has been marked as the solution to the initial question of the thread.
If you want to block selecting through mouse, in MouseMove event of the textbox use:
Text1.SelLength = 0
If you want to block also selecting through keyboard, the best I think out is to put the same statement also into KeyUp event of the textbox.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform