This is what I did not sure if its right as for the handle I cant figure one out
I also have been looking for multiple phidgets examples from the example pack I downloaded from you guys I cant find it
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
sensor = New Phidgets.TemperatureSensor
sensor.open(284703)
sensor.open(284285)
End Sub
How would I go about doing the handle ???
Thanks in advance
Biggs