-1

I'm creating a global hook but the problem is that it needs a DLL but i don't know anything about DLL. So what should i include in the dll file?

Mike
  • 89
  • 1
  • 4
  • 11

1 Answers1

0

You can register as a low level keyboard hook, then you don't have to create a dll.

If you have never created a DLL before, I would suggest starting with something other than a global hook. Maybe a simple tutorial like this, this or this...

Anders
  • 97,548
  • 12
  • 110
  • 164