right click disable in application not html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • thesven
    Forum Member
    • Jun 2003
    • 49

    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?
  • Brett
    Indigo Rose Staff Member
    • Jan 2000
    • 2001

    #2
    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.

    Comment

    • thesven
      Forum Member
      • Jun 2003
      • 49

      #3
      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?

      Comment

      • Brett
        Indigo Rose Staff Member
        • Jan 2000
        • 2001

        #4
        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.

        Comment

        • thesven
          Forum Member
          • Jun 2003
          • 49

          #5
          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

          Comment

          • Lorne
            Indigo Rose Staff Member
            • Feb 2001
            • 2729

            #6
            Re: right click disable in application not html

            I'm curious...why would you want to do that in the first place?
            --[[ Indigo Rose Software Developer ]]

            Comment

            • thesven
              Forum Member
              • Jun 2003
              • 49

              #7
              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?

              Comment

              • ovm
                Indigo Rose Customer
                • Oct 2002
                • 242

                #8
                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.
                programming is very easy, just put the characters in the right order....

                Comment

                • thesven
                  Forum Member
                  • Jun 2003
                  • 49

                  #9
                  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

                  Comment

                  Working...
                  X