I would like to monitor button clicks in an external Windows Forms application from my own application.
I have found examples that allow me to 'click' buttons in an external application (using Windows API), but this is not what I want to do.
The reason for this is that I would like to do some logging on an external application that a company made for us. They are willing to program the logging into that application, but it is overly expensive.
Can anyone help me with this?
Regards, Reinier