Global CBT in .NET?
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I've implemented global mouse and keyboard hooks in C#, however, once I set the hook type to WH_CBT and run the application, an ugly black command prompt screen prompts out saying there was an error in CLR at runtime :wtf: Has anybody been able to implement system-wide CBT hooks in any .NET language? If I keep getting stuck in this, can I make a c++ DLL that does all the hooking and use it in my C#/VB.NET app? Thanks