Did u put the dll in the right folder? in the Process folder? I didnt and a lot of buttons did not work until I fixed it. Also, MP has the option to show the Info when u press "enter" as opposed to launching the video
Did u put the dll in the right folder? in the Process folder? I didnt and a lot of buttons did not work until I fixed it.
Also, MP has the option to show the Info when u press "enter" as opposed to launching the video
I know it's quite long since this has been discussed but I know why the hook sometimes stops working. When passing delegate to native functions (SetWindowsHookEx in this case), .NET's garbage collector does not know that it is still being used and collects the delegate. This can be avoided by storing reference to the delegate (even if it is not used in code anymore).
I have rewritten the keyboard hook so this should not happen anymore. I would be glad if original author included this fix in his project so all new versions contain the fixed code.
It is compiled against the 1.1.3 version of Mediaportal.
As I am not the original author, I did not increment version nubmer to not cause confusion.
Markos