Delphi Posted November 15, 2013 Report Posted November 15, 2013 Hello, is their any offset or other way to send a keycode from my own application to a wide client? Ruediger
alaxus Posted November 15, 2013 Report Posted November 15, 2013 You can use offsets 66C0-66FF which is free for general use, for example in button or keys programming. However what are you trying to send to FS via wideclient? Jeff
Pete Dowson Posted November 15, 2013 Report Posted November 15, 2013 is their any offset or other way to send a keycode from my own application to a wide client? You can send any command, by number (and optional parameter) via offset 3110, as documented. To get a keystroke on your Client PC running WideClient.EXE just send the KeySend control with an appropriate number and program the keycode for that KeySend in the WideClient INI file. Please see the WideFS tech document for full details for that end. There are different options on the Client depending how the target program expects the keypress to arrive. The numeric equivalent of the added FSUIPC controls, which you need for offset 3110, is listed in the FSUIPC Advanced User's guide, towards the back. Off on holiday now. Bye & Regards Pete
Delphi Posted November 15, 2013 Author Report Posted November 15, 2013 Thanks!Enjoy vor holiday :-) Ruediger
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