Original Post
Hi all, i have a global keyboardhook library being opened by my main program through my dll file. im using it so that whenever a user would hit a key combination they specify in the app, it would take a certain action that they specify. it works perfect except that whenever the user tries to hit any key, or deletes a file, or does anything related to windows explorer, explorer freezes. the only way i can unfreeze it is by terminating the program through task manager anyone have any ideas why this is, i would much appreciate some insight on this