Jump to content
The simFlight Network Forums

Recommended Posts

Posted

I read FSUIPC for Programmers.

But I can't get AI traffic information at VB.net :-(

Please give me sample code for VB.net.:(

Sorry, someone else will have to answer that. I know nothing about VB.net.

There are examples and tools in the SDK though. Did you look? Also check the "FSUIPC Client DLL for .NET" thread in the Download Links subforum. That library provides a much easier route for .NET users, or at least that is what I understand! ;-)

Pete

Posted

Sorry, someone else will have to answer that. I know nothing about VB.net.

There are examples and tools in the SDK though. Did you look? Also check the "FSUIPC Client DLL for .NET" thread in the Download Links subforum. That library provides a much easier route for .NET users, or at least that is what I understand! ;-)

Pete

Tank you Pete.

I already looked SDK.:unsure:

I will check the "FSUIPC Client DLL for .NET" thread :rolleyes:

thanks

Posted

Tinsukou,

I've just PM'd you the latest 1.4 beta version of my Client DLL. This does all the hard work for you and just presents you with a collection of AITraffic objects.

I haven't officially released it because I haven't written the documentation yet.

If anyone else finds this thread and wants this version, please PM me and I'll send it to you with some example code.

Paul

  • 1 month later...
Posted

Tinsukou,

I've just PM'd you the latest 1.4 beta version of my Client DLL. This does all the hard work for you and just presents you with a collection of AITraffic objects.

I haven't officially released it because I haven't written the documentation yet.

If anyone else finds this thread and wants this version, please PM me and I'll send it to you with some example code.

Paul

Yes, if possible i also would last reliese of dll, i develop in VB2005 and, for example, with this metod:

Dim aircraftType As Offset(Of String) = New FSUIPC.Offset(Of String)("AircraftInfo", &H3160, 24)

i don't get entire arcraft model, but only CESSNA (for cessna skyline 182), or AIRBUS (for AIRBUS A321), i need to obtain the full aircraft model.

If possible this?

Thanks for help

  • 1 month later...
Posted

Dim aircraftType As Offset(Of String) = New FSUIPC.Offset(Of String)("AircraftInfo", &H3160, 24)

i don't get entire arcraft model, but only CESSNA (for cessna skyline 182), or AIRBUS (for AIRBUS A321), i need to obtain the full aircraft model.

Hi Hansel,

This thread was about AI traffic information. You seem to want information about the currently loaded aircraft. &H3160 is for currently loaded aircraft.

I don't know where you can get the full aircraft model. Maybe Pete can help you with this.

All the features in the 1.4Beta version of my DLL are in the current official 2.0 release. This is available in the downloads sub forum:

FSUIPC Client DLL For .NET 2.0

Paul

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.