autohotkey - How to use my custom COM dll with Auto HotKey -


i writing app , want give ahk access it.

the library written in vb.net , contains 1 class , 1 method. snippet below.

public class myappconnect  ‘this method want call public sub findit(byval afn string)     ‘here work done end sub  end class 

this library registered , working fine. example can use library project or vba office program access or word. means registering correctly in registry.

i know nothing ahk how can use library ahk?

i believe function in autohotkey looking is: dllcall

here's tutorial's on usage of dllcall:

http://www.autohotkey.com/board/topic/88313-my-dllcall-tutorial-for-beginnersmessagebox/ http://ahkscript.org/boards/viewtopic.php?t=406


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -