Jump to content
The simFlight Network Forums

Thunis

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Thunis

  1. Hi Pete, Thanks for clearing that up - I have very little experience in programming the FSUIPC – I just browsed thought some code snippets I got all over. I should have studied the manual better before asking the question, but time is tight and I am trying to help out at the club. As for the comment: Really, from the code snippet you have posted, it looks as if you aren't a programmer (yet). Is this right? If so I really would suggest getting some practice first doing a different project, as what you want to do here is not something for complete beginners, even using VB. Place a person in a bad light and was not appreciated, I did not under stand the model I was working with and responded with that knowledge not my capabilities as a programmer . But thanks for the help. Thunis
  2. I am trying to see when a user pressed the Shift Z Key. Below is my function. Please advise. Public Function ShiftZ() As Boolean FSUIPC_Write(&H3210, 90, Token, result) 'Z FSUIPC_Process(result) FSUIPC_Write(&H3211, 1, Token, result) ' SHIFT FSUIPC_Process(result) FSUIPC_Read(&H3213, 1, Token, result) If FSUIPC_Process(result) Then FSUIPC_Get(Token, result) Debug.WriteLine(Token.ToString + " " + result.ToString) End If Return result <> 0 End Function
×
×
  • 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.