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 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 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now