Tinsukou Posted December 8, 2010 Report Posted December 8, 2010 I read FSUIPC for Programmers. But I can't get AI traffic information at VB.net :-( Please give me sample code for VB.net.:(
Pete Dowson Posted December 8, 2010 Report Posted December 8, 2010 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
Tinsukou Posted December 8, 2010 Author Report Posted December 8, 2010 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
Paul Henty Posted December 8, 2010 Report Posted December 8, 2010 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
Hansel Maida Posted January 16, 2011 Report Posted January 16, 2011 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
Paul Henty Posted February 19, 2011 Report Posted February 19, 2011 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
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