A while back I downloaded a Webcam C# project and for I have worked on it for a bit. It uses a PictureBox which shows the image received from the webcam and changes itself. What I'd like to know is how to make the image refresh it's self on the Form's resize, because at the moment it continues to show it in the size of the previous size until I manually refresh. Please help me by giving me a code sample using the SizeChanged event. I already have the refresh code. I ONLY need the event in a working condition.
Thanks!
P.S. The attached picture shows the problem. Certain words and logos have been hidden to protect against privacy and copyright infringement.
Thanks!
P.S. The attached picture shows the problem. Certain words and logos have been hidden to protect against privacy and copyright infringement.
Comment