Hello all,
I am writing a simconnect client in Visual Basic 2010 Express.
And SimConnect Open I Stumble upon some errors.
I don't know what I am doing wrong.
Try
fsx_simconnect = New SimConnect(" VB Managed Data Request", Me.Handle, WM_USER_SIMCONNECT, Nothing, 0)
Catch ex As Exception
Rem Failed to connect
End Try
The Error comes in at ( WM_USER_SIMCONNECT )
Can someone please help.
I am writing a simconnect client in Visual Basic 2010 Express.
And SimConnect Open I Stumble upon some errors.
I don't know what I am doing wrong.
Try
fsx_simconnect = New SimConnect(" VB Managed Data Request", Me.Handle, WM_USER_SIMCONNECT, Nothing, 0)
Catch ex As Exception
Rem Failed to connect
End Try
The Error comes in at ( WM_USER_SIMCONNECT )
Can someone please help.

