2
Answers

prevent click with mouse hook

Bohumil Holubec

Bohumil Holubec

15y
8.2k
1
Hallo,
I am new i C# and Visual Studio, so perhaps I am asking wrong question.
I want to prevent mouse double click on WinForm's objects but I dont know how :) I have tried mouse hook according to this example http://support.microsoft.com/default.aspx?scid=kb;en-us;318804  but I dont know how to interrupt (end) hook chain.
Can someone help me please?
Answers (2)
0
sacresp

sacresp

NA 458 0 20y
In your C# project, add to a reference to the compiled vb.net assembly. Or, if you're using VS.NET, you can add reference to the other project (both must be loaded in the same solution)