I want to add the SpaceNavigator into a windows form application.
I already created a small example project with bunch of user control and a specific one with a CROSS painted in it which moves with the SpaceNavigator (with no connection to the mouse). Works Great!
Now, i added the exact same thing to the application (very big) and in the function "WndProc(ref Message msg)" the messages that arrives are not correct. it doesn't matter what movement i do with the joystick, the Msg.msg is "522" thus i cant monitor up/down/left/right...
im realy stuck with this and have no idea why is this happening...
any ideas please?
Thank you!
