 For now Visual Basic can't create standard dynamic libraries
- you can't write Hooks_DLL in VB. But you can call all AH APIs
from VB programs - you can un/load any module from/to given process,
you can establish API hooks with Hooks_DLL written for example in C
language, etc...
