Which .dll file for Windows Forms Application in C#

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
SamF
Posts: 4
Joined: Tue Mar 10, 2020 3:55 am

Which .dll file for Windows Forms Application in C#

Post by SamF »

Hi,
I am trying to use the SpaceMouse Compact to control a 6D magnetic field source through a Windows Forms Application in C#. I have downloaded the SDK folder from the developer section and installed it, however I don't know which .dll file to import and which functions to use to track the mouse's position.
Thanks,
SamF
jwick
Moderator
Moderator
Posts: 3331
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Re: Which .dll file for Windows Forms Application in C#

Post by jwick »

Did you find the TestSiApp C# sample?
SamF
Posts: 4
Joined: Tue Mar 10, 2020 3:55 am

Re: Which .dll file for Windows Forms Application in C#

Post by SamF »

Hello,
Yes I did. I only managed to make it work with a public int[] array which is constantly updates as the program runs. It works fine although the TestSiApp sample code can't really be modified to better suit my code.
Thank you.
Post Reply