Jump to content
The simFlight Network Forums

jason121

new Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by jason121

  1. Is there anyway to retreieve the user information under "Pilot Records" in FSX with FSUIPC? i.e Rewards, Logbook, and photos? Thanks
  2. Hi, i am making a program that reads AI traffic information. I have a listbox that displays the Airline & Flight number of each AI Flight in the area. I have a button that when clicked I would like a msgbox to display and show more information about that one AI flight that was selected in the listbox. How do i do that? Please help! Listbox Code: Me.ListBox1.Items.Clear() For Each Plane As AIPlaneInfo In FSUIPCConnection.AITrafficServices.AllTraffic Me.ListBox1.Items.Add(Plane.ATCIdentifier & " (" & Plane.State.ToString() & ") " & Plane.DepartureICAO & " -> " & Plane.DestinationICAO) Label1.Text = "AI Radar (" & ListBox1.Items.Count & " total AI Flights)" Next Plane [/CODE]
×
×
  • 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.