mroschk Posted November 7, 2022 Report Posted November 7, 2022 FHello, i miss the FSUIPCConnection.SendKeyToFS in FSUIPC7 SDK function i used in my old C# program for P3D. It seams in the new .Net dll which comes with FSUIPC7 this is no longer available ? Matthias
Paul Henty Posted November 7, 2022 Report Posted November 7, 2022 Hi Mattias, My DLL is only available on NuGet. You need to use the NuGet package manager to install it into your project. Search NuGet for FSUIPC. SendKeyToFS is available when connected to FSUIPC7. Paul
mroschk Posted November 7, 2022 Author Report Posted November 7, 2022 Hello, ok and what kind of SDK is includet in the Install of FSUIPC7 ? I should not use that ? Matthias
Paul Henty Posted November 7, 2022 Report Posted November 7, 2022 It looks likes there is a very old version of my DLL in the SDK. Version 2.4. You should use the latest from NuGet instead. Paul
mroschk Posted November 7, 2022 Author Report Posted November 7, 2022 ok, i will try Thanks a lot !! Matthias
mroschk Posted November 7, 2022 Author Report Posted November 7, 2022 i am sorry, just testing with the FlightRecorder for MSFS. To start recording i need to send "CTRL + SHIFT + ALT + HOME" . How have i to send this combination pressing CTRL+SHIFT+ALT at the same time ?? Matthias
Paul Henty Posted November 7, 2022 Report Posted November 7, 2022 You can combine the modifier keys by using the bitwise or operator |. Like this: SendModifierKeys.Shift | SendModifierKeys.Control | SendModifierKeys.Alt Paul
mroschk Posted November 7, 2022 Author Report Posted November 7, 2022 yeah...sorry, i think i need a brake 🙂
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