Search found 3 matches

by Greensheep2k8
Thu Oct 09, 2008 4:05 pm
Forum: Developer's Forum for Windows
Topic: VB6 and SpacePilot
Replies: 17
Views: 34532

It's working! Adding 'Set' in front of Translation and rotation worked, in addition to one or two other typos it's now up and running perfectly. Many thanks for your help. Jonny Private WithEvents Sensor1 As TDxInput.Sensor Private WithEvents Keyboard1 As TDxInput.Keyboard Private WithEvents Device1...
by Greensheep2k8
Thu Oct 09, 2008 3:23 pm
Forum: Developer's Forum for Windows
Topic: VB6 and SpacePilot
Replies: 17
Views: 34532

Thanks for the replies, Movements of the SN now call the sensor event which is a step in the right direction! However, I now get an 'Object variable or with block variable not set' error message as soon as i hit: Translation1 = Sensor1.Translation I'm sure i must be missing something. Again, I would...
by Greensheep2k8
Thu Oct 09, 2008 1:26 pm
Forum: Developer's Forum for Windows
Topic: VB6 and SpacePilot
Replies: 17
Views: 34532

VB6 and Space Pilot

Hi, takedownca, do you have a working VB6 space navigator interface? I have a pretty limited and frankly out of date programming knowledge, I've written a software package for my car PC using VB6 and would love to implement my Space navigator as a controller. I've scoured the forum and SDK samples a...