|
-
Jun 17th, 2005, 10:53 PM
#1
Thread Starter
Junior Member
Using vbKeyLButton
Hello all...
I have a multiline text box, where i donot want the user to be able to set the cursor position anywhere using the left mouse click..above the current line. I have tried using text box keydown and keypress, also Text1_MouseDown and check like this:
If KeyCode = vbKeyLButton Then
KeyCode = 0
End If
but still nothing seems to work..can anuybody help me...
thanls
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|