CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    32

    Getting Joystick input in Windows.Forms Project in Visual Studio 2010

    I am trying to get input from a joystick. I am using Visual Studio C# Express with a Windows.Forms project. I have tried using DirectInput but have so far been unable to add it to the project. Does anyone have any ideas?

    Thanks,
    Evan Plett

  2. #2
    Join Date
    Dec 2009
    Posts
    109

    Re: Getting Joystick input in Windows.Forms Project in Visual Studio 2010

    Quote Originally Posted by EvanPlett View Post
    I am trying to get input from a joystick. I am using Visual Studio C# Express with a Windows.Forms project. I have tried using DirectInput but have so far been unable to add it to the project. Does anyone have any ideas?

    Thanks,
    Evan Plett
    Just guessing, but maybe installing XNA framework might help. Because they've got classes to handle such inputs since XNA is used for making games.

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

Featured