Jump to content
The simFlight Network Forums

LukeC88

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by LukeC88

  1. Hi Pete, Thank you for getting back to me. I managed to work it out. I simply just referenced the two airports I need. Also been trying to work it out, is there a way to detect if player is at any gate at destination airport. Been using the tutorial and it only comes up true when I select an airport from cbxGate.text
  2. Hi, Im developing a program, I managed to get the list of gates from airport, check if the player is at the gate. Issue im having is that my app is using around 70mb of ram, the minute it loads the database in, shoots up to about 320mb ram. Seems like its loading everything in. Is there a way to get it to just load specified airport and get the gates from it? im coding it in vb thanks in advance
  3. ok i found the answer after few hours... if anyone needs it FSUIPCConnection.Process("aircraft name") Label4.Text = raircraftname.Value
  4. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.