Dual Cursors Dj application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daniel aristidou
    Contributor
    • Aug 2007
    • 494

    Dual Cursors Dj application

    Hi guys is there any possible way of creating 2 mouse cursors.
    I want to create a dj application that allows two mouses so you can syncronize certain taks such as "scratching "
    1 cursor would be controlled by the mouse hardware and the other by a touchpad
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    2 mouse cursors ???

    and by the way what is this "scratching " ???

    Comment

    • daniel aristidou
      Contributor
      • Aug 2007
      • 494

      #3
      Yes two mouse cursors 1 controled by mouse hardware and the other by a touchpad...
      Originally posted by debasisdas
      and by the way what is this "scratching " ???
      Scratching is a term used for when a dj uses the turntable and creates scratchlikesoun ds
      Im looking for a solution in vb08

      Comment

      • VACEPROGRAMER
        Banned
        New Member
        • Nov 2007
        • 167

        #4
        I haven't try in VB 2008 but i think you can. But the second mouse will be a Image (like cursor)

        Vace - virus

        Comment

        • daniel aristidou
          Contributor
          • Aug 2007
          • 494

          #5
          Originally posted by VACEPROGRAMER
          I haven't try in VB 2008 but i think you can. But the second mouse will be a Image (like cursor)
          it still has to be controlled by a touchpad only and not the mouse......

          Comment

          • Killer42
            Recognized Expert Expert
            • Oct 2006
            • 8429

            #6
            Speaking from complete ignorance of course, I don't think it's possible - at least from VB. As far as I'm aware, any drivers will combine the inputs so that any software further "down the chain" will see the touchpad and the mouse as a single device.

            I believe this is more of a Windows than a Visual Basic question. You might try a Google search for things like "multiple mousepointers in Windows" (or something).

            Comment

            • daniel aristidou
              Contributor
              • Aug 2007
              • 494

              #7
              Originally posted by Killer42
              I believe this is more of a Windows than a Visual Basic question. You might try a Google search for things like "multiple mousepointers in Windows" (or something).
              Thanks killer......
              ill Post back if i find anything

              Comment

              • daniel aristidou
                Contributor
                • Aug 2007
                • 494

                #8
                Originally posted by daniel aristidou
                Thanks killer......
                ill Post back if i find anything
                KK i did find Something.....
                Click here to download an sdk package

                Comment

                • Ali Rizwan
                  Banned
                  Contributor
                  • Aug 2007
                  • 931

                  #9
                  I don't think this can be possible.
                  But you can use one mouse cursor and other one an image. which u can control by keyboard and i also not sure that u can use touch pad for this purpose because OS will take touch pad as a pointing device and used that to control mouse cursor too.

                  Regards
                  >> ALI <<

                  Comment

                  • daniel aristidou
                    Contributor
                    • Aug 2007
                    • 494

                    #10
                    Originally posted by Ali Rizwan
                    I don't think this can be possible.
                    It is possible and if you download the sdk pack i hyperlinked you are enabled in making a multipointer application by using certain code......

                    Comment

                    • Ali Rizwan
                      Banned
                      Contributor
                      • Aug 2007
                      • 931

                      #11
                      Originally posted by daniel aristidou
                      It is possible and if you download the sdk pack i hyperlinked you are enabled in making a multipointer application by using certain code......
                      Yeah i need to change my line it is possible to do so i have checked the link.
                      Whatever try if you succeed to do this plz share with us.

                      Regards
                      >> ALI <<

                      Comment

                      • Killer42
                        Recognized Expert Expert
                        • Oct 2006
                        • 8429

                        #12
                        The multipoint thing sounds pretty cool. Thanks for sharing.

                        I am still a little concerned, though. It only says that it allows connection of multiple mice to one computer. It does not say that they will have separate pointers on the display. It might simply allow multiple users to fight over the mousepointer. I've already seen this on a notebook with connected mouse and built-in touchpad. It can be amusing, but wouldn't resolve your issue.

                        Please let us know what you find out.

                        .
                        .
                        .

                        The more I think about it, the more difficult it seems it would be to integrate something like this into the VB application. For instance, all the mouse-related event procedures receive a fixed bunch of parameters. None of these (obviously) indicate "which mouse". As usual of course, I speak from a VB6 perspective. Things may be more flexible in later versions.

                        As you may have noticed, I'm somewhat reluctant to pronounce things totally impossible. I consider it a bit arrogant (like saying "trust me, I know everything, and it cannot be done!") and it usually ends up being proven wrong.
                        Last edited by Killer42; Feb 2 '08, 01:49 PM.

                        Comment

                        • VACEPROGRAMER
                          Banned
                          New Member
                          • Nov 2007
                          • 167

                          #13
                          Ok. Maybe he can't whit touchpad but i got a excelen codes for his applications.
                          I will give all the my codes so you can make the priogram(usaly i don't wana somewhone to edit my codes because they are very "how to say -> hard")

                          *VACE*

                          Comment

                          • daniel aristidou
                            Contributor
                            • Aug 2007
                            • 494

                            #14
                            Well killer...im still not sure about vb6 but the Sdk..allows me to do it in...C# 08
                            But only from mice.....not from touchpads... How unfortunate

                            Comment

                            • Killer42
                              Recognized Expert Expert
                              • Oct 2006
                              • 8429

                              #15
                              Originally posted by daniel aristidou
                              Well killer...im still not sure about vb6 but the Sdk..allows me to do it in...C# 08
                              But only from mice.....not from touchpads... How unfortunate
                              Two separate mousepointers? Sounds like tons of fun, anyway. :)

                              Comment

                              Working...