Hi,
I tried to use the vertical speed offset. I tried that with the following code
And
With the other offsets it works good, (Lat, Lon, speed, alt). But with this one I got the following text in my textbox:
Does someone know how to fix this?
EDIT: WAIT I THINK I FIXED IT ALREADY
I tried to use the vertical speed offset. I tried that with the following code
Dim vertspeed As Offset(Of Integer) = New Offset(Of Integer)(&H2C8)
And
FSUIPCConnection.Process()
Dim vspeed As Double = vertspeed.Value
Me.txtvspeed.Text = vertspeed.ToString()
With the other offsets it works good, (Lat, Lon, speed, alt). But with this one I got the following text in my textbox:
Does someone know how to fix this?
EDIT: WAIT I THINK I FIXED IT ALREADY

