Simple C# question: I was trying to design a simple C# DLL that uses a third party library to stream images from a digital camera.
Really beginner C# programmer here, so
I would have a Label control (assuming winforms) whose text property I would set to the value of the counter whenever it incremented.
counter++; myLable.Text = counter;