Reference no: EM132168374
Using C#, Write a GUI application which will allow the user to request the number of prime numbers between 2 and a user supplied value. Your code will display the result in a list box.
The application should still be responsive while the computation is being performed. You will have two push buttons. One to start the calculation and the other to cancel it.
The following is a list of some of the aspects of this project.
When the user presses the start button, your code should:
Get the end point number. It should make sure that it is in good format by catching any exception thrown for a bad number.
Record the endpoint number in a field of the class.
Launch the thread that does the calculation. Make the thread function part of the class so it can access the end point number.
Disable the start button by setting its Enable property to false. Also enable the cancel button.
The thread function should compute how many primes are between 2 and the end point number. Since the function is part of the forms object, it can record its result directly in the output list box.
If the user hits the cancel button, the code will abort the thread and join it to make sure it is dead. Then enable the start button and disable the cancel button.
Please include all neccessary files.
|
Critical evaluation and analysis of the literature
: Critical evaluation and analysis of the literature demonstrating the depth, breadth and relevance of the research undertaken - Depth and breadth of knowledge
|
|
What is the after-tax present worth of the given venture
: Mr. Sam K. Jones, a successful businessman, is considering erecting a small building on a commercial lot. A local furniture company is willing to lease.
|
|
Write a program cars that uses switch-case statements
: Using car companies (ex: Acura, Honda, etc.), write a program "Cars" that uses switch-case statements that figures out what kind of car you drive.
|
|
Determine the after-tax net present worth of investment
: A farmer bought a new harvester for $120,000. The harvester's operating expenses averaged $10,000 per year but the harvester saved $40,000 per year.
|
|
Write a gui application which will allow the user to request
: Launch the thread that does the calculation. Make the thread function part of the class so it can access the end point number.
|
|
What is the book value of the machine
: A computer-controlled milling machine will cost Ajax Manufacturing $65,000 to purchase plus $4700 to install. What is the book value of the machine at EOY 3?
|
|
Write the function definition of a void function
: The first two parameters receive data fromthe caller, and smallest returns a value which the smallest of the two input parameters.
|
|
Should the company invest in the given crane
: Florida Construction Equipment Rentals (FCER) purchases a new 10,000-pound-rated crane for rental to its customers. This crane costs $1,125,000 and is expected.
|
|
Display the average grade of the class
: She wants to make the program flexible so she can use it every year, so the number of students is not fixed.
|