Results 1 to 7 of 7

Thread: [RESOLVED] Getting Joystick input

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2007
    Posts
    48

    Resolved [RESOLVED] Getting Joystick input

    I am writing a program in VB express 2008 which I want to be able to receive input from an xbox controller as well as activate the rumble on the controller. I am using the XBCD drivers for the controller (http://www.redcl0ud.com/xbcd.html).

    Basically I want to say "the further forward the thumbstick is pushed the more the controller should vibrate".

    How do I go about this?

    Thanks
    Chris

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Getting Joystick input

    I can't give you a definitive answer as I've never tried but I would guess that it would require the use of DirectX, for which there is a managed interface available.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2007
    Posts
    48

    Re: Getting Joystick input

    Anyone else got any ideas?

    I have downloaded the DirectX SDK but thats all in C++ so isn't any help at all.

  4. #4

    Thread Starter
    Member
    Join Date
    Sep 2007
    Posts
    48

    Re: Getting Joystick input

    Bump.

    Any ideas?

  5. #5
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: Getting Joystick input

    I found this in this forum. Perhaps it will help.
    http://www.vbforums.com/showthread.php?t=317362

  6. #6

    Thread Starter
    Member
    Join Date
    Sep 2007
    Posts
    48

    Re: Getting Joystick input

    Quote Originally Posted by namrekka View Post
    I found this in this forum. Perhaps it will help.
    http://www.vbforums.com/showthread.php?t=317362
    thanks namrekka. I came across that thread before but, as far as I can tell with my limited knowledge, it only initializes the controller, it doesn't get input from it.

    Thanks

  7. #7

    Thread Starter
    Member
    Join Date
    Sep 2007
    Posts
    48

    Re: [RESOLVED] Getting Joystick input

    This thread sorted me out

    http://www.vbforums.com/showthread.php?t=584018

    Thanks everyone

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width