SetWindowsHookEx in C#

前端 未结 7 1735
我寻月下人不归
我寻月下人不归 2020-11-29 04:45

I\'m trying to hook a 3rd party app so that I can draw to its screen. Drawing to the screen is easy, and I need no help with it, but I seem to be having issues with using

7条回答
  •  既然无缘
    2020-11-29 05:23

    I don't know but if you're using parameter values which specify that you want to, as the API helps says, "inject a DLL into another process", then for all I know it might work only if you write an unmanaged DLL from which to call it.

提交回复
热议问题