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