seb737 Posted November 4, 2016 Report Posted November 4, 2016 Hello Paul, I am looking for my application in VB.net how to return the status of FSUIPC: Connect or disconnect and FSUIPC; I manage to handle errors with the try function. I'm looking for a kind of instrution FSUIPCConnection = true and false to connect to Disconnect; Thank you in advance for your answer Sébastien
Paul Henty Posted November 4, 2016 Report Posted November 4, 2016 Hi Sébastien, I've attached the latest version of the DLL. There is a method called FSUIPCConnection.IsConnectionOpen() which will tell you if you are connected or not (true/false). There is no property that you can set to make a connection however. You still need to call Open() and Close(). Paul FSUIPCClient3.0_RC1.zip
seb737 Posted November 5, 2016 Author Report Posted November 5, 2016 hello Paul Thank you for the reply it works very well Unless we FSX farm without closing before FSUIPC with instrution FSUIPCConnection.Close () Sébastien
seb737 Posted November 6, 2016 Author Report Posted November 6, 2016 Hello Paul, I just noticed that with the dll versions 3.06152.2 - 3.06152.3 - 3.06152.4 - 3.06100.1 I can no longer send offsets via: As Sun sendButton Offset (Of Integer) = New FSUIPC.Offset (Of Integer) (& H3110) with 2.4.0.0 or 2.4.4910.2 versions all works fine. I do not understand or it will not. Sébastien
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