Results 1 to 13 of 13

Thread: Can't prevent from copy(Forms2.0)**( Resolved)**

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member anita2002's Avatar
    Join Date
    Dec 2001
    Location
    In u'r Heart
    Posts
    482

    Can't prevent from copy(Forms2.0)**( Resolved)**

    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
    Last edited by anita2002; Jul 2nd, 2002 at 06:40 AM.
    Can't imagine life without VB
    (Various Boyfriends)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width