Joystick controls

  • Thread starter Thread starter Regan Hurd
  • Start date Start date
R

Regan Hurd

I want to know how to have my visual basic .net program to
be able to tell when a joystick button is pressed and
raise an event?
Thanks
 
I want to know how to have my visual basic .net program to
be able to tell when a joystick button is pressed and
raise an event?

It looks like a job for DirectX.
You may also try to declare API functions from winmm.dll (joyGetPosEx,
joyReleaseCapture, joySetCapture...), but this is only a guess, I didn't use
this before in .NET

sincerely,
--
Sebastian Zaklada
Skilled Software
http://www.skilledsoftware.com
************************************
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation
 
Back
Top