amokoura Posted April 2, 2008 Posted April 2, 2008 (edited) It would be nice to have more arguments for the DLL interface functions. In COM, I can set options like SendKeyDelay but in DLL version the Send() function uses always the default setting. It might be helpful to have a possibility to pass the option for the Send() function as an optional argument. Edited April 18, 2008 by amokoura
Melloware Posted April 3, 2008 Posted April 3, 2008 It would be nice to have more arguments for the DLL interface functions.In COM, I can set options like SendKeyDelay but in DLL version the Send() function uses always the default setting. It might be helpful to have a possibility to pass the option for the Send() function as an optional argument.You can with the DLL. Looking at the DLL I converted for Delphi its...AU3_AutoItSetOptionYou pass the option SendKeyDelay and the Time in milliseconds. ----------------------------------------------------------------------------------------Melloware Inchttp://www.melloware.comHome of Intelliremote, take back control of your HTPC!www.intelliremote.com-----------------------------------------------------------------------------------------
amokoura Posted April 3, 2008 Author Posted April 3, 2008 You can with the DLL. Looking at the DLL I converted for Delphi its...AU3_AutoItSetOptionYou pass the option SendKeyDelay and the Time in milliseconds.But how on earth does it save the value? Or more precisely, WHERE does it save it?
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