LukeC88 Posted October 3, 2020 Report Share 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 Quote Link to comment Share on other sites More sharing options...
LukeC88 Posted October 3, 2020 Author Report Share Posted October 3, 2020 ok i found the answer after few hours... if anyone needs it FSUIPCConnection.Process("aircraft name") Label4.Text = raircraftname.Value Quote Link to comment Share on other sites More sharing options...
Paul Henty Posted October 7, 2020 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.