I am reading few articles that explains hooking a key pressed by using globalKeyBoardHook() but didn't told where this dll is. How to get this class available. Please help how to get this dll. Is it a windows dll api or an external dll. ?
Currently I am reading this, this article and not getting anything.
Can anyone explain all the terms used in the line below. It seems that we are importing a dll. But why like this since we can add dll by right clicking on refrences folder. Any reason
[DllImport("user32.dll", CharSet = CharSet.Auto, SetLastError = true)]