Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. right click

right click

Scheduled Pinned Locked Moved Visual Basic
questioncsharphelp
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    farah mazhar
    wrote on last edited by
    #1

    i know may be i am being unreasonable by asking the same question again and again but i really need the help that how can i send the right click msg out of my Vb.net application plzzzzzzzzzzzzzzzzzz farah

    V T T D 4 Replies Last reply
    0
    • F farah mazhar

      i know may be i am being unreasonable by asking the same question again and again but i really need the help that how can i send the right click msg out of my Vb.net application plzzzzzzzzzzzzzzzzzz farah

      V Offline
      V Offline
      Vimalsoft Pty Ltd
      wrote on last edited by
      #2

      What do you mean when you say

      right click msg out of my Vb.net application

      Explain what you want to do in Details

      Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sudden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

      1 Reply Last reply
      0
      • F farah mazhar

        i know may be i am being unreasonable by asking the same question again and again but i really need the help that how can i send the right click msg out of my Vb.net application plzzzzzzzzzzzzzzzzzz farah

        T Offline
        T Offline
        Tom Deketelaere
        wrote on last edited by
        #3

        without more detail : use the mousdown event check to see if its the right button send the message (whatever you mean with this) form1_mousedown if e.Button=Windows.Forms.MouseButtons.Right then messagebox.show("bla") end if

        If my help was helpfull let me know, if not let me know why. The only way we learn is by making mistaks.

        1 Reply Last reply
        0
        • F farah mazhar

          i know may be i am being unreasonable by asking the same question again and again but i really need the help that how can i send the right click msg out of my Vb.net application plzzzzzzzzzzzzzzzzzz farah

          T Offline
          T Offline
          Taylor
          wrote on last edited by
          #4

          you have to use API mouse_event to simulate a mouse click.search for it

          A.E.K

          1 Reply Last reply
          0
          • F farah mazhar

            i know may be i am being unreasonable by asking the same question again and again but i really need the help that how can i send the right click msg out of my Vb.net application plzzzzzzzzzzzzzzzzzz farah

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            You can keep asking, but until you answer the questions you've been asked about your requirements, you're going to get ignored. This is the third of forth time you've asked this question and you've repeatedly ignored answering the critical questions asked of you and ignored the advice you've already been given. No, we're not going to write the code for you. This is NOT something for someone very new to programming, let alone someone who doesn't know how Windows works.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups