Search found 1 match
- Mon Feb 15, 2010 8:04 am
- Forum: Developer's Forum for Windows
- Topic: use COM API from VB 6
- Replies: 0
- Views: 6998
use COM API from VB 6
Greetings... I am attempting to use the COM API from within VB 6. I am able to access the Device, Sensor, and Keyboard objects, but am not able to handle events. Here is my simple test program: Option Explicit Private WithEvents Device As TDxInput.Device Private WithEvents Sensor As TDxInput.Sensor ...