Search found 6 matches

by eyalmaoz
Tue Jul 31, 2018 8:29 am
Forum: Developer's Forum for Windows
Topic: C# | cant receive correct messages
Replies: 3
Views: 13915

Re: C# | cant receive correct messages

i copied the right cfg file,changed its name and it worked.
Thank you very much!!
by eyalmaoz
Tue Jul 31, 2018 8:12 am
Forum: Developer's Forum for Windows
Topic: c# programing with the Space Navigator
Replies: 5
Views: 18333

Re: c# programing with the Space Navigator

Perfect! Thank you so much.
by eyalmaoz
Mon Jul 30, 2018 3:48 am
Forum: Developer's Forum for Windows
Topic: C# | cant receive correct messages
Replies: 3
Views: 13915

C# | cant receive correct messages

Hello, 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 ...
by eyalmaoz
Sun Jul 29, 2018 2:21 am
Forum: Developer's Forum for Windows
Topic: c# programing with the Space Navigator
Replies: 5
Views: 18333

Re: c# programing with the Space Navigator

Why cant i see this function? Where is it suppose to be?
The SiGrabDevice
by eyalmaoz
Sun Jul 29, 2018 12:32 am
Forum: Developer's Forum for Windows
Topic: c# programing with the Space Navigator
Replies: 5
Views: 18333

Re: c# programing with the Space Navigator

If you just want to move the cursor, the driver can do that for you. If you need to get the data in your application regardless of the position of the cursor, use the SiGrabDevice API call. The driver will only send data to your application while the hard grab is in effect. No other application wil...
by eyalmaoz
Wed Jul 04, 2018 5:56 am
Forum: Developer's Forum for Windows
Topic: c# programing with the Space Navigator
Replies: 5
Views: 18333

c# programing with the Space Navigator

Hello, im having some trouble with the setting of the joystick. My main purpose is to be able to control with the joystick on specific form (something like cursor moving) BUT to be able to move the focus to other windows/forms. what happens now, looking on the sdk example, is that the event is been ...