FMUtils.KeyboardHook
FMUtils.KeyboardHook copied to clipboard
v2
Hi, I'm trying to use the FMUtil in VB.net, but I have some issues: Whe I write the fowwlowing code
Dim KeyboardHook As Hook = New Hook("Global Action Hook") AddHandler KeyboardHook.KeyDownEvent, AddressOf KeyDown
Visual Studio 2013 tells me that KeyDownEvent in not en event of FMUtils.KeyboardHook
Can somwone help me? Thanks Alberto