Jump to content
The simFlight Network Forums

Foppel

Members
  • Posts

    4
  • Joined

  • Last visited

About Foppel

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

Foppel's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello Pete, thanks for your quick response and help. The VB.Net code Dim gsneedle As Integer Dim MyResult As Integer Dim dwResult As Integer Call FSUIPC_Read(&HC49, 1, gsneedle, dwResult) Call FSUIPC_Process(dwResult) Call FSUIPC_Get(gsneedle, MyResult) If MyResult > 127 Then MyResult -= 256 End If Label2.Text = MyResult Regards, Dirk
  2. Hello, I doesn't get the Values for the Nav1 Loc and GS needle in VB.NET. I got all values (Byte, Word, LongWord, SmallInt, LongInt) but the needed value (shortInt) range from -127 to +127 not. Dim gsneedle As Integer Dim MyResult As Short Dim dwResult As Byte Call FSUIPC_Read(&HC49, 1, gsneedle, dwResult) Call FSUIPC_Process(dwResult) Call FSUIPC_Get(gsneedle, MyResult) Label2.Text = MyResult.ToString Any help appreciated... Regards, Dirk
  3. Hi, I solved my problems after I found this http://forums.simflight.com/viewtopic.pdb27c39db3 Thanks to PhilippeV8 Regards, Dirk
  4. Hello, I have an idea to develop a tool (freeware) for flightsimulator and my programming skills are only basics in VBnet, other programming languages none :( I tryed to work a bit with the net shell version but without success. Tools are: FSUIPC and WIDEFS (registered) FS98 FS2000 FS2002 FS2004 Visual Studio.Net Is there someone here in this community who can help me ? More on Email (foppel2000xxx@gmx.de) 'remove xxx' Thanks and Regards, Dirk
×
×
  • 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.