Win forms, log all clicks?

Posted by chillitom on Stack Overflow See other posts from Stack Overflow or by chillitom
Published on 2010-04-06T10:28:36Z Indexed on 2010/04/06 10:33 UTC
Read the original article Hit count: 441

Filed under:
|

Hi All,

Is there a way to log all of the clicks in a Win Forms application? I'd like to intercept clicks and record the action and the name of the control that caused it.

Is this possible?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about winforms

Related posts about logging