Jump to content
The simFlight Network Forums

FlyingCoder

Members
  • Posts

    59
  • Joined

  • Last visited

Everything posted by FlyingCoder

  1. Hello, is there a way for me track the number of passengers boarding the plane? I'm trying to integrate how gsx track the number of passengers boarding the planes but no idea how
  2. Update, paul i did this airports(0).ToString() and i got this XWSS: WSSS Dummy
  3. Got ya. I did what you said but this is what i got FSUIPC.FsAirportCollection This is my code. Is there a way for me get just the value? Like just one value. Dim airports As FsAirportCollection = FSUIPCConnection.AirportsDatabase.Airports airports = airports.InRangeOfNauticalMiles(2) getAirport = airports.ToString()
  4. Hi Paul, i am using your example now. I'm trying to get the airport like without the gate and without having me to put the ICAO itself.
  5. Hey pete, how do i check or get the Lat/Lon against the database of airport. I generated using makerunway already
  6. I just found out using Paul Henty's guide. Thanks anyway! Pete. Appreciate you help
  7. Okay i will try this. By the way, how am i able to check if i am at an airport?
  8. Hi pete, i modified the code Dim getGForce As Double = CDbl(gForce.Value) / 625 I tested and there is float point. But the thing is , when my G goes below zero, it will be 103 or 104 which is very very weird.
  9. Hello, i am trying to get the G-Force of my plane. Im using Aerosoft A320 and my form showed me my G is 1 when im on the runway and not moving. When i took off, the G doesnt make much different tbh. I am using VB.NET to develop. Hope to get some help :) This is my code Private gForce As New Offset(Of UInteger)(&H11BA) Dim getGForce As Single = (gForce.Value / 625) GForceTxt.Text = getGForce.ToString()
×
×
  • 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.