any one help me please .. my question is how the button click mull ti times on page load in C# windows form??because in my project i am working on video for LAN based Skype in which i use 2 pictures boxes one for capture images and another for display .. so i want that on page load picture box capture images until i stop it .. following is my coad :
image = ((CaptureDevice )cboDevices.Sel ectedItem).Capt ure();
pictureBox2.Ima ge = image;
image = ((CaptureDevice )cboDevices.Sel ectedItem).Capt ure();
pictureBox2.Ima ge = image;
Comment