C# accessing form member from separate class
Hi all, I need some advice please on the best way to achieve a particular outcome... My scenario... I have a Form1 class, which is my main Form with a picture box on it. I have a second class called camera that using an event handler grabs a frame (bitmap) from my webcam. I then want to pass this frame to the picture box in the main...