Results 1 to 3 of 3

Thread: How to disable the right click??

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Hong Kong
    Posts
    4

    Post

    I want to disable the right click after starting the program, how can do it??

    ------------------

  2. #2
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    Post

    try:


    Sub Function Form_MouseDown()
    If Button = 2 Then
    'do nothing
    End If
    End Sub

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Hong Kong
    Posts
    4

    Post

    Thanks for help

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