mouse right click

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    #1

    mouse right click

    How do you disable the mouse right click to prevent pop-up window?

    Or if I want to have cut/copy/paste on pop-up window use same code as my
    custom cut/copy/paste that are triggered by toolstrip buttons?

    Thanks

    Steve


  • Scott M.

    #2
    Re: mouse right click

    This is not done with server-side code since the mouse clicks originate at
    the client.

    Use JavaScript and the onMouseDown client-side event handler to accomplish
    this.



    "Steve" <s.arndt@comcas t.netwrote in message
    news:OF5i8GWJHH A.3872@TK2MSFTN GP06.phx.gbl...
    How do you disable the mouse right click to prevent pop-up window?
    >
    Or if I want to have cut/copy/paste on pop-up window use same code as my
    custom cut/copy/paste that are triggered by toolstrip buttons?
    >
    Thanks
    >
    Steve
    >
    >

    Comment

    • Steve

      #3
      Re: mouse right click

      Hi Scott...

      This is for a client application and I'm only coding in vb 2005. Isn't
      there a way to intercept the right mouse down event and cancel it?

      Steve

      "Scott M." <s-mar@nospam.nosp amwrote in message
      news:%23PBz2UWJ HHA.2236@TK2MSF TNGP02.phx.gbl. ..
      This is not done with server-side code since the mouse clicks originate at
      the client.
      >
      Use JavaScript and the onMouseDown client-side event handler to accomplish
      this.
      >
      >
      >
      "Steve" <s.arndt@comcas t.netwrote in message
      news:OF5i8GWJHH A.3872@TK2MSFTN GP06.phx.gbl...
      How do you disable the mouse right click to prevent pop-up window?

      Or if I want to have cut/copy/paste on pop-up window use same code as my
      custom cut/copy/paste that are triggered by toolstrip buttons?

      Thanks

      Steve
      >
      >

      Comment

      • Stephany Young

        #4
        Re: mouse right click

        The MouseUp event is the one you want.

        The information about which mouse button was used and the ability to cancel
        it is available in the event arguments.


        "Steve" <s.arndt@comcas t.netwrote in message
        news:%23UDP%23a WJHHA.2140@TK2M SFTNGP03.phx.gb l...
        Hi Scott...
        >
        This is for a client application and I'm only coding in vb 2005. Isn't
        there a way to intercept the right mouse down event and cancel it?
        >
        Steve
        >
        "Scott M." <s-mar@nospam.nosp amwrote in message
        news:%23PBz2UWJ HHA.2236@TK2MSF TNGP02.phx.gbl. ..
        >This is not done with server-side code since the mouse clicks originate
        >at
        >the client.
        >>
        >Use JavaScript and the onMouseDown client-side event handler to
        >accomplish
        >this.
        >>
        >>
        >>
        >"Steve" <s.arndt@comcas t.netwrote in message
        >news:OF5i8GWJH HA.3872@TK2MSFT NGP06.phx.gbl.. .
        How do you disable the mouse right click to prevent pop-up window?
        >
        Or if I want to have cut/copy/paste on pop-up window use same code as
        my
        custom cut/copy/paste that are triggered by toolstrip buttons?
        >
        Thanks
        >
        Steve
        >
        >
        >>
        >>
        >
        >

        Comment

        • Newbie Coder

          #5
          Re: mouse right click

          Try any of these:



          I hope this helps,

          Newbie Coder

          "Stephany Young" <noone@localhos twrote in message
          news:efU20kWJHH A.420@TK2MSFTNG P06.phx.gbl...
          The MouseUp event is the one you want.
          >
          The information about which mouse button was used and the ability to
          cancel
          it is available in the event arguments.
          >
          >
          "Steve" <s.arndt@comcas t.netwrote in message
          news:%23UDP%23a WJHHA.2140@TK2M SFTNGP03.phx.gb l...
          Hi Scott...

          This is for a client application and I'm only coding in vb 2005. Isn't
          there a way to intercept the right mouse down event and cancel it?

          Steve

          "Scott M." <s-mar@nospam.nosp amwrote in message
          news:%23PBz2UWJ HHA.2236@TK2MSF TNGP02.phx.gbl. ..
          This is not done with server-side code since the mouse clicks originate
          at
          the client.
          >
          Use JavaScript and the onMouseDown client-side event handler to
          accomplish
          this.
          >
          >
          >
          "Steve" <s.arndt@comcas t.netwrote in message
          news:OF5i8GWJHH A.3872@TK2MSFTN GP06.phx.gbl...
          How do you disable the mouse right click to prevent pop-up window?

          Or if I want to have cut/copy/paste on pop-up window use same code as
          my
          custom cut/copy/paste that are triggered by toolstrip buttons?

          Thanks

          Steve


          >
          >
          >
          >

          Comment

          • Stephany Young

            #6
            Re: mouse right click

            Why would a link to a search on JavaScript help?

            The OP has made it clear that he is working on a Windows Forms application
            using VB.NET.

            I hope you realise that you have just perpetuated the 'heinous sin' that, a
            couple of days ago, you roundly criticised others for doing.


            "Newbie Coder" <newbie_coder@p leasespamme.com wrote in message
            news:ekP0I7WJHH A.780@TK2MSFTNG P03.phx.gbl...
            Try any of these:
            >

            >
            I hope this helps,
            >
            Newbie Coder
            >
            "Stephany Young" <noone@localhos twrote in message
            news:efU20kWJHH A.420@TK2MSFTNG P06.phx.gbl...
            >The MouseUp event is the one you want.
            >>
            >The information about which mouse button was used and the ability to
            cancel
            >it is available in the event arguments.
            >>
            >>
            >"Steve" <s.arndt@comcas t.netwrote in message
            >news:%23UDP%23 aWJHHA.2140@TK2 MSFTNGP03.phx.g bl...
            Hi Scott...
            >
            This is for a client application and I'm only coding in vb 2005. Isn't
            there a way to intercept the right mouse down event and cancel it?
            >
            Steve
            >
            "Scott M." <s-mar@nospam.nosp amwrote in message
            news:%23PBz2UWJ HHA.2236@TK2MSF TNGP02.phx.gbl. ..
            >This is not done with server-side code since the mouse clicks
            >originate
            >at
            >the client.
            >>
            >Use JavaScript and the onMouseDown client-side event handler to
            >accomplish
            >this.
            >>
            >>
            >>
            >"Steve" <s.arndt@comcas t.netwrote in message
            >news:OF5i8GWJH HA.3872@TK2MSFT NGP06.phx.gbl.. .
            How do you disable the mouse right click to prevent pop-up window?
            >
            Or if I want to have cut/copy/paste on pop-up window use same code
            as
            my
            custom cut/copy/paste that are triggered by toolstrip buttons?
            >
            Thanks
            >
            Steve
            >
            >
            >>
            >>
            >
            >
            >>
            >>
            >
            >

            Comment

            • Newbie Coder

              #7
              Re: mouse right click

              One of the lasts posts mentioned using Javascript, Stephany. Besides, I
              cannot see you being much good. See Scott's post below & my advice under:

              =============== =============== ===
              Scott's Post:

              This is not done with server-side code since the mouse clicks originate at
              the client.

              Use JavaScript and the onMouseDown client-side event handler to accomplish
              this.

              =============== =============== ====

              You can just say

              if e.button = 2 then
              messabgox.show( "Disabled")
              end if

              You can also subclass a standard textbox to remove the context menu items
              you wish, but it you use CTRL + C... then its not always good

              But I had the same thing many years ago in a windows app & it was handled in
              WndProc with the subclassing as mentioned above

              There is always that you create a blank context menu & add that to the
              textbox

              textbox1.contex tmenu = contextmenu1...

              That way when you right-click you get nothing

              I have deleted the subclassing removing the paste/copy items now so I cannot
              pass it on - sorry

              I hope this has given you some ideas,

              Newbie Coder


              Comment

              • Steve

                #8
                Re: mouse right click

                Actually what I ended up doing was substituting my own menu of options using
                contextmenustri p. And then I can have the cut, copy, and paste operations
                do what I need it to do.

                Thanks

                Steve

                "Newbie Coder" <newbie_coder@p leasespamme.com wrote in message
                news:eSuO2IXJHH A.1424@TK2MSFTN GP04.phx.gbl...
                One of the lasts posts mentioned using Javascript, Stephany. Besides, I
                cannot see you being much good. See Scott's post below & my advice under:
                >
                =============== =============== ===
                Scott's Post:
                >
                This is not done with server-side code since the mouse clicks originate at
                the client.
                >
                Use JavaScript and the onMouseDown client-side event handler to accomplish
                this.
                >
                =============== =============== ====
                >
                You can just say
                >
                if e.button = 2 then
                messabgox.show( "Disabled")
                end if
                >
                You can also subclass a standard textbox to remove the context menu items
                you wish, but it you use CTRL + C... then its not always good
                >
                But I had the same thing many years ago in a windows app & it was handled
                in
                WndProc with the subclassing as mentioned above
                >
                There is always that you create a blank context menu & add that to the
                textbox
                >
                textbox1.contex tmenu = contextmenu1...
                >
                That way when you right-click you get nothing
                >
                I have deleted the subclassing removing the paste/copy items now so I
                cannot
                pass it on - sorry
                >
                I hope this has given you some ideas,
                >
                Newbie Coder
                >
                >

                Comment

                Working...