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?
Loading
Bohumil HolubecPosted Oct 11, 2009, 2:29 AM
In this example http://support.microsoft.com/default.aspx?scid=kb;en-us;318804 in MouseHookProc method can I replace
with
in order to preventing calling next hook? Now I know that running VLC is acting like another program and it isn't part of my winForm, so I need something like "global mouse hook". Please do you know how to modify above example? (maybe some very simple WH_MOUSE_LL low-level hook example for newbies)
Thank you very much :)
TrinityPosted Oct 10, 2009, 5:04 PM