Visual Programing (CS411)
Assignment#03(GRADED)
Total marks = 30
Deadline Date = 30-07-2018 Please read all the instructions carefully before attempting the assignment.
You are required to create aWPF C# application using Visual Studio.
Problem Statement:
Layout:
Create a grid Layout with one Column and two rows
· Inside first row create another grid with two columns and two rows and then add 4 buttons.Start First ,Stop First, Start Second and Stop Second. Make the border of this layout Green.
· Inside second row create a DockPanel and add 4 verticalprogress bars. Border must be red. Functionality:
Pressing Start first Button will increment first two progress bars so that second progress bar is incremented faster and upon reaching 100 the first progress bar is incremented by 1.
So the second progress bar will be completed 100 times and first one only 1 time. But the UI should remain responsivein between this process. Stop button will stop the process and enable the start button to start process again.
Start Second will do the same to third and fourth progress bars but both the process should work in parallel.
Output.gifhas been attached with this Assignment file please observe this file carefully your program’s output must be like this output file.
Submission details Following Files Must be submitted in a single zip or rar file. · .C# code file · .XAML File (Front End file) · A .gif file which shows working of your Application(For Recording .gif a software named Screentogif is uploaded on LMS, or you can use any other gif recording tool as well) You are not required to submit the complete project, only copy these three files from project folder. Please note if you submit doc file you will be awarded 0 marks. |
If you do not submit any of the above mentioned file 25% marks per file will be deducted.