Jump to content

[Solved] More arguments for dll functions


amokoura
 Share

Recommended Posts

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 by amokoura
Link to comment
Share on other sites

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_AutoItSetOption

You 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-----------------------------------------------------------------------------------------

Link to comment
Share on other sites

You can with the DLL. Looking at the DLL I converted for Delphi its...

AU3_AutoItSetOption

You 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?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...