Search found 4 matches

by SamF
Wed Apr 22, 2020 2:52 am
Forum: Developer's Forum for Windows
Topic: Which .dll file for Windows Forms Application in C#
Replies: 2
Views: 8723

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

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.
by SamF
Wed Apr 22, 2020 2:49 am
Forum: Developer's Forum for Windows
Topic: C# .NETFramework and .NETCore compatibility
Replies: 1
Views: 6379

C# .NETFramework and .NETCore compatibility

Hello, I used the TestSiApp to create a Windows Forms Application (.NETFramework) in C#. Now I am trying to migrate it to a Raspberry Pi 3 with Windows IoT and a Universal Windows Platform (UWP) also in C#. However, when I try to add the 3DxControls.dll reference it gives me an error as it targets ....
by SamF
Wed Apr 22, 2020 2:41 am
Forum: Developer's Forum for Windows
Topic: Get button events
Replies: 6
Views: 44216

Re: Get button events

Hello, I am having a similar issue. I need to use the buttons in my application but am unable to change the button assignment in the GUI to "Application Use". How can I press a button to trigger a method in my C# program? I am using the TestSiApp sample solution to read the mouse postions ...
by SamF
Tue Mar 10, 2020 4:00 am
Forum: Developer's Forum for Windows
Topic: Which .dll file for Windows Forms Application in C#
Replies: 2
Views: 8723

Which .dll file for Windows Forms Application in C#

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 ...