button click countinously untill i stop it

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jawwad92
    New Member
    • Apr 2014
    • 2

    button click countinously untill i stop it

    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;
  • Luk3r
    Contributor
    • Jan 2014
    • 300

    #2
    Create a timer and let the timer perform a button click until you want it to stop.

    Comment

    • Jawwad92
      New Member
      • Apr 2014
      • 2

      #3
      im stucking in my project :( .. im handle web came from picture box which capture my image and display another picture box on button click .. i want that picture box continuously capture image and display another picture box like video..

      Comment

      Working...