nononoo. :X

well.. ive meand the 2nd click is at the same time, so, im pressing the button like the mad and then the button mousedown event cannot get the all of my clicks only the 2nd, 4th, 6th.. right?

ive some trouble with english, but i hope its clear for you now

It sounds like another control on your forum is not releasing its focus.
have you tried to use the mousemove event to catch the focus for that object?
Sub Object_MouseMove(..)
Object.SetFocus

i know its not very nice, but useful