Jump to content
The simFlight Network Forums

MDFR

new Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    France

MDFR's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done Rare

Recent Badges

0

Reputation

  1. Many thanks Paul, I'll try your instruction this evening Many thanks again !
  2. Hello fellows. I created a simple windows application in 2010, so the app is almost 12 years old and I used the following offset to get when the sim is in "Ready To Fly" mode Private SimIsReadyToFly As Offset(Of Integer) = New Offset(Of Integer)("SIMSTATUS", &H3364) and used the following function Public Function ReadSimIsReadyToFly() As Boolean Try FSUIPCConnection.Process("SIMSTATUS") If SimIsReadyToFly.Value = 0 Then Return True Else Return False End If Catch ex As FSUIPCException Fsuipc_exception_handler(ex) Return False End Try Return False End Function This do not work anymore with new MSFS Can anyone here help me whit this ?, because I nedd that my app start logging only when sim is ready. Thanks in advance !
×
×
  • 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.