I noticed in the one demo it is possible to tell my application that I just pressed the button on my webcam and then it shows the save form. the problem is that I am not making a WinForms application and I can't seem to find any mention on the website, the documentation or even in the code itself how that button press was detected.
Is this something done by AForge or is this something native to WinForms?
I just need to know that my button was pressed and I am trying to install AForge into my application for this sole purpose but I am getting all manner of errors and even copy pasting the code from the demo does not work. I am really struggling here and am at the point where I need to ask for help...
Please, anyone... How can I detect that a button was pressed on my webcam? This Aforge demo is the one and only demo I have found that shows it is possible... I just can't figure out how this demo is doing it. I am thinking it must be WinForms itself that has that functionality built in and not AForge but if I am wrong then someone please show me what I am not seeing

Thanks