Page 1 of 1

Phidget22.Phidget.InvokeEventCallbacks = True

Posted: Fri Jul 30, 2021 5:27 am
by PhidgetsBeginner
Hi,

I am new to Phidget and have bought the RFID 1024_0 to work on a RFID project in VB I have downloaded the example and it works correctly.

Using some of the code in my Public Sub New()
Under the InitializeComponent() i have the following
Phidget22.Phidget.InvokeEventCallbacks = True on debug its advise that its False and the API crashes advising its not supported but it works in the example.

Please can anyone assist in getting this resolved as i am keen on using this piece of hardware.

Code: Select all


    Public Sub New()
        ' This call is required by the designer.
        InitializeComponent()

        ' Add any initialization after the InitializeComponent() call.
        Phidget22.Phidget.InvokeEventCallbacks = True
    End Sub
Cheers James