I have my C# dll file, and I want to hook this dll into an exe file ( exe is not mine and C++ )
for example i have code in my dll like
MessageBox.Show("Active");
and I want to show this message after double click exe ,
sorry for my bad english.