i want the mouse to freez (cant move) when mouse down thanks
Setup a low level mouse hook with SetWindowsHookEx and ignore all messages to the HOOKPROC delegate you specified (means not to call CallNextHookEx).
HOOKPROC
CallNextHookEx