Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

C# Assignment - See Below (I have attached the C# project file of what I have so

ID: 3748827 • Letter: C

Question

C# Assignment - See Below

(I have attached the C# project file of what I have so far please use that as your template)
Link to C# project: https://file.io/dUg0xN

Instructions:

Create an array of Images in the project. Load all of the images from the disk into your array. Use Timer class to animate the images using a PictureBox control. Have a Start, Stop, Faster and Slower button. These must control the action of the animation.
Timer class will have the methods to start, stop, faster and slower which will be called in the form.

Timer class Requirements:

Default Constructor:
  Set the tick interval to 100.
Property:
  Interval: Allows the user to use or change the tick interval
Methods:
  Start: starts the timer in a separate Thread (BackgroundWorker)
  Stop: stops the timer
Event:
  Flipper: Every time the Interval time elapses, the Flipper event should be called.
Implementation:
  You must use a BackgroundWorker to implement your timer class.

Explanation / Answer

0down votefavorite

Download workitem attachments from TFS (files corrupted)

c# tfs

I am trying to create C# code, so I can automatically download all attachments for predefined query of BUGS from Team Foundation Server. The code seems to work just fine, yet all downloaded files are for an unexpected reason corrupted and I cannot view them. Could someone please take a look at the code and share an opinion? Many thanks for the help!