Hi,

I have a button (MFC CButton object) which would very possibly want to be clicked repetively (quite fast) and produce its result on all clicks. By default clicking the button once will do its event, the second click does nothing, then the third click does, etc. I think that the double-click message might be causing problems, does anybody know of a fix?

Regards,
Lea Hayes