Jump to content
The simFlight Network Forums

Tinsukou

Members
  • Posts

    10
  • Joined

  • Last visited

Tinsukou's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you Paul!! The earthquake occurred in Japan, and it was very terrible. I'm sorry for delaying.
  2. Thanks Paul! It's work normally. And, I have more question... How can I delete AI traffic or send KEYs like "Traffic Tool Box" If you can, Please give me sample... Frequently I'm sorry. for many question.
  3. Thank you Paul. I also research the weather.. thank you very much!
  4. Hi, I can't change FS time my code... Private Sub Button2_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim zmin As Offset(Of Byte()) = New FSUIPC.Offset(Of Byte())("time", &H23C, 1) Dim zhour As Offset(Of Byte()) = New FSUIPC.Offset(Of Byte())("time", &H23B, 1) Dim second As Offset(Of Byte()) = New FSUIPC.Offset(Of Byte())("time", &H23A, 1) Dim hour As Offset(Of Byte()) = New FSUIPC.Offset(Of Byte())("time", &H238, 1) Dim min As Offset(Of Byte()) = New FSUIPC.Offset(Of Byte())("time", &H239, 1) FSUIPCConnection.Process("time") zhour.Value(0) = 10 ' JST(+9) hour.Value(0) = 19 zmin.Value(0) = 10 min.Value(0) = 10 second.Value(0) = 10 FSUIPCConnection.Process("time") End Sub Please give me sample.... Tinsukou
  5. Hi, I can't get airport weather (wind speed etc..) with using offset CC08 My code... Dim wxicao As Offset(Of String) = New Offset(Of String)(&HCC08, 5) Dim wxwindkt As Offset(Of Short) = New Offset(Of Short)(&HCCFE) Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click wxicao.Value = textbox1.text 'ex)RJTT FSUIPCConnection.Process() TextBox2.Text = wxwindkt.Value End Sub How can I get airports weather?? Please give me sample..
  6. Hi, I can't change FS time. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim zminute As Offset(Of Byte()) = New FSUIPC.Offset(Of Byte())(&H23C, 10) zminute.value(0) = zminute.value(0) - 2 FSUIPCConnection.Process() End Sub Please give me sample code.. Tinsukou
  7. Tank you Pete. I already looked SDK.:unsure: I will check the "FSUIPC Client DLL for .NET" thread :rolleyes: thanks
  8. I read FSUIPC for Programmers. But I can't get AI traffic information at VB.net :-( Please give me sample code for VB.net.:(
×
×
  • 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.