Hi everybody , currently I want to make a keyboard hook but as an ActiveX Dll , I use Joacim Andersson's method for doing this , like here it work perfectly but it use AddressOf so I must use a module, my question is : If I have event in my class module say [ Public Event KeyPressed (VirutalKey As Long) ] how can I raise it through the module ?
I know that there is a way in the API Timer made by Wokawidget but I don't know how to use it in my case , can anyone help ?!
Btw : I made a search but nothing relevantif it was discussed be4 I want links please.
Thanks & Have a nice day![]()




, my question is : If I have event in my class module say [ Public Event KeyPressed (VirutalKey As Long) ] how can I raise it through the module ?
if it was discussed be4 I want links please.
=
=
Reply With Quote