Design your form as depicted in the given diagram

Assignment Help Visual Basic Programming
Reference no: EM131225454

Programming Assignment

Maintain Missions

In this assignment, you are to design an application, which will manage a listing of missionaries on staff at the Organization Go and Tell. The company has several specifications for this application. This application must be able to display two of the organizations files that contain the missionaries in the field and the missionaries waiting for assignment. The application must be able to sort the display. When a new missionary is added to the organization the application must have the ability to accept this addition. When a missionary retires from the organization, the application must remove the missionary from the appropriate file. The organization would like the application to display the number of missionaries in the field and in waiting while the program is running. Please see below for more specifications on the application.

Helpful hints:

1. Design your form as depicted in the diagram below.

2. The text files needed for this assignment should be placed in the bin\debug folder of the project. Note that you will not have a starting text file for either. Your program should create it when it doesn't exist the first time it runs.

3. ***You must include Your name, instructor as one of the default missionary names. Please use the example below to see how it should be displayed. This is a requirement or your application will not be accepted. There must be at least 10 names included for the missionaries when creating the files from the application.

4. Add the Company name at the top of the application

5. Before displaying the contents of the MissionaryInWiating and MissionarInField files in the initial load, make sure the files exist first. You will need to use the IO.File.Exists method in your checks.

6. Your program will then populate theIn Fieldlistboxwith the names of themissionaries listed in the MissionaryInField text file and populate the In Waitinglistbox with the missionaries listed in the MissionaryInWaiting text file.

7. When a missionary is being sent to the field, the program should move it from the "MissionaryInWaiting." textfile into the "MissionaryInField" textfile.

8. When a missionary is done with his/her mission work the application must be able to remove the name from the "MissionaryInField" textfile into the "MissionaryInWaiting" textfile.

9. The contents of the two text files should be displayed in listboxes when the application starts. After each "update", the listboxes should be cleared and refreshed with the changes shown from the file.

10. Your application should also have a button to add more missionaries to the "MissionariesInWaiting " text file. Your application will accept an item through user input and add it to the MissionariesInWaiting file and refresh the approriatelistbox.

11. Your application should also have a button to delete the missionary completely from the file the name is stored in. The application must check a name is selected before deleting.

12. The application will use the listbox count feature to display the number of missionaries for each file. This must be refreshed each time the file is updated.

13. The sort Button will sort both list boxes in ascending order. A quit button should be included to exit the application.

14. Do NOT use arrays to populate the listboxes, but instead, use LINQ queries that read directly from the text files.

15. Use the StreamWriterin conjunction with IO.File.AppendText to and IO.File.CreateText to append new directories and create new text files. (Note: You will need to use the WriteLinemethod to write the name of the new file to each text file.)

16. Use good programming practicesby clearing the listboxesbefore refreshing them when a change is made that affects their contents.

17. Remember to close the files after accessing them.

18. To remove a listing from a directory, you want to select only those records in the file that are not the one the user wants to remove.

19. Include appropriate error checking (i.e. check to make sure something has been selected in one of the listboxes before trying to move it to the other listbox.).

20. Use appropriate naming conventions for all controls and variables. Make sure the form has a title. Include appropriate internal documentation (i.e. comments in your code).

1338_Screen_Shoot.jpg

Reference no: EM131225454

Questions Cloud

Explain the social context of the social issue : Identify House bill (HR) or Senate bill (S) number of the legislation. Briefly summarize the social problem or issue. Explain the importance of the legislation as it relates to your issue.
Oberon before-tax component cost of debt : Oberon, Inc., has a $20 million (face value) 8-year bond issue selling for 99 percent of par that pays an annual coupon of 8.05 percent.
Oberon before-tax component cost of debt : Oberon, Inc., has a $20 million (face value) 8-year bond issue selling for 99 percent of par that pays an annual coupon of 8.05 percent. What would be Oberon's before-tax component cost of debt?
Derive the expression for the transconductance function : Consider the transconductance amplifier shown in given Figure.- Derive the expression for the transconductance function Ag f = Io/Vi.
Design your form as depicted in the given diagram : Design your form as depicted in the diagram below. The text files needed for this assignment should be placed in the bin\debug folder of the project.
Sales tax exemption assuming that pharmacy : A not-for profit nursing home has total expenses of $20 million. Sales tax in the state is 7%. Expenses are broken down into salaries ($12 million), supplies ($6 million), and pharmacy ($2 million). The benefit received by the nursing home from th..
Analyze this form of media by utilizing the material : Analyze this form of media by utilizing the material in your textbook and the course modules for support (use quotes!), make explicit connections between your chosen form of media and women's studies. Be sure to cite your sources.
Identify one expert featured on any major news program : Identify one "expert" featured on any major news program (ABC, NBC, CBS, CNN, FOX, MSNBC) and assess the credibility of that person to make claims about the topic. Use the concepts of the "criteria for credibility".
What is the future value : What is the future value of $100 a month for 41 years, beginning today at 8 percent interest? Assume monthly compounding. What is the future value of $100 a month for 48 years at 8 percent interest? Assume monthly compounding. What is the future valu..

Reviews

Write a Review

Visual Basic Programming Questions & Answers

  Wage calculator with tax calculationsdevelop an application

wage calculator with tax calculationsdevelop an application that calculates an employees earnings as shown

  Writing a code that will filter data

Requirements : writing a code that will filter data (bad data) and run a regression line (polynomial equation up to x^5). From this regression line then create a picture of the line in a frame.

  Mr kindly do this estimate with your designing excel visual

kindly do this estimate with your designing excel visual basic software that shows diagram of holes and angle of

  Determine the output displayed when the button is clicked

Determine the output displayed when the button is clicked. Replace each phrase containing "Until" with an equivalent phrase containing "While", and vice versa. For instance, the phrase (Until sum = 100) would be replaced by (While sum 100)

  Write brief justifications of the placement of the elements.

Make a layout grid with page descriptions for each page.Write brief justifications of the placement of the elements.

  Define the cloud computing and social networking tools

Cloud computing Social networking tools

  Storing and retrieving data from csv file

Storing and retrieving data from CSV file, LSV file, or database, Incorporate all of the following topics covered in lectures: Arrays, Structures, Loops, Conditions

  Calculate and display a customer''s cable bill

The Calculate Total Due button's Click event procedure should calculate and display a customer's cable bill. The cable rates are shown below. Business customers must have at least one connection. The form's FormClosing event procedure should verif..

  Run the attached project.

Run the attached project. Use the first and second rows of test data in the above table to test the application. The second set of data results in a run time error.

  Store a reference to each form instance

Use VB.NET programming to write statement and copy in word document.

  Using visual studio, create sample class implementations

Using Visual Studio, create sample class implementations. These will be code stubs that provide the basis for the classes you will be using

  Ticketseller

Use Visual basic 2010Visual Basic,  TicketSeller. This assignment will contain two (2) Parts: Event Planning Document and Coding phase. You must submit both parts as separate files for the completion of this assignment. Remember, you are only to de..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd