Click here to Skip to main content
15,898,371 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
I am trying to interface joystick using C#.i downloaded ur code but it is giving me three errors. first one is Direct X about which u have mentioned to download Direct X SDK which is fine...Ok....others two are "the type or namespace 'Device' and 'JoystickState' could not be found(are u missing a using directive or assembly reference)'....
Kindly guide me in this regard.i will be thankful 2 u
Regardz....
Farrukh
Posted
Comments
Sergey Alexandrovich Kryukov 13-Dec-10 1:52am    
Farrukh, I had a comprehensive code for joystick support in the past, with no single compromise; and it worked perfectly, but... how can I help you if you don't provide your source code, and no comprehensive description of the problem?

Besides, I remember that some joysticks may not provide event notification (obsolete models, I presume). Using such "defective" (even though "legal") joystick does not worth the effort, I think; I never had to deal with those.

1 solution

It looks like you want to ask this question to an author related to his/her article.

I would suggest you to please use the forum present at the end of the article in order to reach author and get quick response. Rarely you will find authors reading this forum.

Please post the same at the article's message forum.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900