Question
You must create a project in C # Windows Forms Application. Where the provided data is contained within a file in comma separated value format.
You must create a project in C # Windows Forms Application. Where the provided data is contained within a file in comma separated value format. In the project you have to filter the data through a search engine.
For example:
Seleccionar Disciplina - it is a combobox that shows the courses of the classes. Seleccionar Dias - is a combobox that shows the days in which the classes are given. The Search button - is a button to search and filter the information according to the previous combobox selected.
The ListBox should show the data (from the file in csv. format) after clicking the Buscador button.
The data of the project is the following.
Course | Course Name | Days | Time | Instructor |
---|---|---|---|---|
ADMI-3007 | DATA PROCESSES | MW | 9:00 AM - 10:50 AM | CARLOS |
ADMI-3007 | DATA PROCESSES | MW | 12:00 PM - 1:50 PM | PEDRO |
ADMI-3008 | WEB DESING | TF | 2:00 PM - 3:50 PM | MARIA |
CONT-3011 | BASIC ACCOUNTING | MW | 7:00 AM - 8:15 AM | LIZA |
CONT-4007 | FEDERAL ACCOUNTING | MWF | 4:00 PM - 5:50 PM | JOSE |
FINA-3016 | BASIC FINANCIAL | MWF | 1:00 PM - 1:50 PM | LIZA |
FINA-3017 | INVESTMENT | TF | 3:00 PM - 4:00 PM | JOSE |
SICI | PROGRAMMING | TF | 10:00 AM - 11:50 AM | LUIS |
ESPA | BASIC SPAIN | MW | 8:00 AM - 9:00 AM | PEDRO |
In the project, if you select ADMI in the first combobox and MW in the other combobox, then when you click on the Buscador button, the ADMI courses that are given on MW days should appear.
SHOWS THE CODE FOR THE PROJECT?
ch x BUSCADOR DE CURSOS Seleccionar Disciplina Seleccionar Dias Buscar listBox Terminar BUSCADOR DE CURSOS ADMI MW Course Course Name ADMI-3007 DATA PROCESSES ADMI-3007 DATA PROCESSES Days Time MW 9:00 AM - 10:50 AM MW 12:00 PM - 1:50 PM Instructor CARLOS PEDRO TerminarStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started