VB.Net Project Demonstrating Using Threads or Tasks properly.
Budget: $10 – $100 USD
Three Forms
MainForm - Will have all the subroutines/functions needed for reports 1 thru 10 and a Button
The Button will open Form2.
Form2 - Will have a button that when clicked will open Form3 using showdialog
Form3 - Will have a label and a progress bar with the progress type set to Marquee.
When Form3 is shown it will utilize tasks to simulate running reports 1-10 using
Functions/Subroutines located within the MainForm. When all the reports have
Succeeded the Form3 will display the results and then close which will then close Form2.
Form3 while creating reports must look responsive.
I prefer the reports to be created one at a time with the label on form3 display what report is
currently being created. All of the report subroutines/functions must have parameters that will
be passed to the individual subroutine or function.
MainForm - Will have all the subroutines/functions needed for reports 1 thru 10 and a Button
The Button will open Form2.
Form2 - Will have a button that when clicked will open Form3 using showdialog
Form3 - Will have a label and a progress bar with the progress type set to Marquee.
When Form3 is shown it will utilize tasks to simulate running reports 1-10 using
Functions/Subroutines located within the MainForm. When all the reports have
Succeeded the Form3 will display the results and then close which will then close Form2.
Form3 while creating reports must look responsive.
I prefer the reports to be created one at a time with the label on form3 display what report is
currently being created. All of the report subroutines/functions must have parameters that will
be passed to the individual subroutine or function.