Prevent Right Click Menu

Discussion in 'AutoCAD' started by srinivasan, Nov 5, 2004.

  1. srinivasan

    srinivasan Guest

    Hello all

    How to prevent Right click menu in VBA.

    Thanks in advance.

    Sri
     
    srinivasan, Nov 5, 2004
    #1
  2. srinivasan

    Matt W Guest

    Options --> User Preferences --> Right Click Customization.
    You can set it so that if the user right clicks, it'll repeat the last
    command and not show the shortcut menu.
     
    Matt W, Nov 5, 2004
    #2
  3. srinivasan

    bcoward Guest

    If you want to completely wipe out anything that is seen from a right mouse click you will do this through the registry and any addition SHELL requirements.

    I have a doc somewhere that includes what you will need to address to knock this shell layer. It is something that you can do easily with scripts by enabling and disen..

    If I find it I'll post....else, enjoy

    Regards,

    Bob Coward
    CADS, Inc

    800-366-0946
     
    bcoward, Nov 5, 2004
    #3
  4. POPs 500+ in your acad.mns file controls right click.
    Add or delete what you want...Better yet to start
    just comment out what you dont' want.

    I have most common commands I use in my right
    click meun.

    Make backups of all your acad.mn* files before editing.
    Make sure you edit acad.mns, leave your acad.mnu alone..

    gl
    Paul
     
    Paul Richardson, Nov 6, 2004
    #4
  5. srinivasan

    srinivasan Guest

    Is there any way to control it thro program.

    Sri
     
    srinivasan, Nov 10, 2004
    #5
  6. ThisDrawing.Application.Preferences.User.SCMCommandMode = 0
    ThisDrawing.Application.Preferences.User.SCMDefaultMode = 0
    Regards - Nathan
     
    Nathan Taylor, Nov 10, 2004
    #6
  7. srinivasan

    srinivasan Guest

    Thanks Taylor

    Regards
    Sri
     
    srinivasan, Nov 12, 2004
    #7
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.