Y
Yehia A.Salam
Hello,
I'm developing an application which relies heavily on global hooks and
apparently C# does not support this type of hooking. What I have in mind is
to make a dll (in Delphi) that handle all the hooking and call a user
defined c# function for further handling, is this possible, could I link the
dll function with the C# function without any complication?
I considered moving the whole project to Delphi, the Visual Sudio IDE was
the only thing keeping me from doing so. Should I use C# for this type of
project or should I consider other alternatives, as hooking in Delphi is
straightforward.
Thanks
Yehia A.Salam
I'm developing an application which relies heavily on global hooks and
apparently C# does not support this type of hooking. What I have in mind is
to make a dll (in Delphi) that handle all the hooking and call a user
defined c# function for further handling, is this possible, could I link the
dll function with the C# function without any complication?
I considered moving the whole project to Delphi, the Visual Sudio IDE was
the only thing keeping me from doing so. Should I use C# for this type of
project or should I consider other alternatives, as hooking in Delphi is
straightforward.
Thanks
Yehia A.Salam