Search found 2 matches

by HansK
Tue Jul 03, 2007 2:20 pm
Forum: Developer's Forum for Windows
Topic: Using TDxInput.
Replies: 44
Views: 89514

Re: Closing a top most form

I read elsewhere that if your application closes its first Form, then your TDxInput connection will not function. This app also has a splash screen so I commented out the creation/display/closing of the window and tested again. Still no events. But the issue of closing the first Form is interesting...
by HansK
Tue Jul 03, 2007 1:03 pm
Forum: Developer's Forum for Windows
Topic: Using TDxInput.
Replies: 44
Views: 89514

No events in existing C# application

I am also experiencing the same problems with an existing managed application. If I build and run the C# sample it will run fine and display events from the device. But when I use the same technique within my existing C# application it never receive the events. The device connects and disconnects, I...