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
Post a Comment