c# - AutoIt - Where is the HotKeySet method? -


we using autoitx3.dll

auto it's documentation states there hotkeyset method solution particularly painful problem experiencing.

http://www.autoitscript.com/autoit3/docs/functions/hotkeyset.htm

when @ available methods within .dll, however, there nothing related hotkeyset.

anyone recommend find method?

hotkeyset uses callback user defined function, converting method use in other languages isn't worth effort.

instead have call winapi directly. google search registerhotkey c# wpf gets lot of results. first result i've used before.


Comments