Dim no As NativeObject = addressEntryBox
no.SetField("selectable", False) 'prevent copy/paste
But the TextField should be still editable?Is there anything I can do to prevent copy/paste in a TextField, or any event I can use to detect a copy or paste?
Sub addressEntryBox_TextChanged (Old As String, New As String)
If New.Length > Old.Length + 2 Then
'paste must have occurred