Announcement

Collapse
No announcement yet.

right click disable in application not html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • thesven
    replied
    Re: right click disable in application not html

    menu options and we have developed a VB app to kill it, seems the only way to do it, thanks

    Leave a comment:


  • ovm
    replied
    Re: right click disable in application not html

    may I be so unpolite to ask what kind of menu item??
    Program?
    menu options?

    Perhaps the function could be disabled otherwise.

    Leave a comment:


  • thesven
    replied
    Re: right click disable in application not html

    there is a utility menu we don't want an end user to get into and opening the source code is an issue, make sense?

    Leave a comment:


  • Lorne
    replied
    Re: right click disable in application not html

    I'm curious...why would you want to do that in the first place?

    Leave a comment:


  • thesven
    replied
    Re: right click disable in application not html

    Thanks, I'm no programmer. I was hoping to find a pre-written mouse utility That I could run prior to the app launching to kill this functionality. Haven't found one yet.........bummer

    Leave a comment:


  • Brett
    replied
    Re: right click disable in application not html

    The only way to do that that I know of would be to create a CBT hook DLL and have the DLL intercept the app's message loop and ignore those messages. It is pretty involved. If you are a Win32 programmer who can make DLLs and has a good handle on Windows message loops, let me know and I can find some links to articles for you.

    Leave a comment:


  • thesven
    replied
    Re: right click disable in application not html

    calling an exe that I do not have access to the source code so I am looking for a way to shut off the right mouse usage while calling this app. Make sense?

    Leave a comment:


  • Brett
    replied
    Re: right click disable in application not html

    Wat type of application, for example? Please give some specifics about what you are trying to accomplish.

    Leave a comment:


  • thesven
    started a topic right click disable in application not html

    right click disable in application not html

    Is it possible to disable the right click ability when launching an app (not html or flash based)? Pass a string to disable the right mouse button?
Working...
X