LukeC88 Posted October 3, 2020 Report Posted October 3, 2020 Hi All, Not sure if this is the place to post it. But im struggling with getting the aircraft type. I keep getting Offset 0x3D00(String: 256 Bytes)... Here is the code im using: Dim aircraftType As Offset(Of String) = New FSUIPC.Offset(Of String)("AircraftInfo", &H609, 24) ' Example of string and use of a group Dim raircraftname As Offset(Of String) = New FSUIPC.Offset(Of String)("aircraft name", &H3D00, 256) 'aircraft name and then to call it Label4.Text = "Aircraft Type: " & aircraftType.ToString() Thanks in advance
LukeC88 Posted October 3, 2020 Author Report Posted October 3, 2020 ok i found the answer after few hours... if anyone needs it FSUIPCConnection.Process("aircraft name") Label4.Text = raircraftname.Value
Paul Henty Posted October 7, 2020 Report Posted October 7, 2020 Hi Luke, For future reference, there's a dedicated sub-forum to get support with using my DLL: https://forum.simflight.com/forum/167-fsuipc-client-dll-for-net/ Paul
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now