Hi all,
I'm using is forms2.0 text box. And i want to disable the user from copying the text from it..So I used the following code. But this is not working with forms 2.0 text box.
-----------------------------------------------------------------------------------
If KeyAscii = 3 Or KeyAscii = 22 Then KeyAscii = 0
'keyascii=3 : Ctrl +c
'keyascii=22 : ctrl + v
Clipboard.Clear
-----------------------------------------------------------------------------------
So what can i use here? Help me,
Anita




Reply With Quote