Shows how to disable a right mouse click on a text box.
Shows how to disable a right mouse click on a text box.
Rate Shows how to disable a right mouse click on a text box.
(1(1 Vote))
If Button = 2 Then
Text1.Locked = True
End If
End Sub
Private Sub Text1_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
Text1.Locked = False
End Sub
Shows how to disable a right mouse click on a text box. Comments
No comments yet — be the first to post one!
Post a Comment