0% found this document useful (0 votes)
0 views1 page

Lab Test

Uploaded by

Masum Alom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views1 page

Lab Test

Uploaded by

Masum Alom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Lab Test

1. Design an application for managing student grades:


• Input fields for Student Name and Grade.
• A button to add the entry to a DataGridView.
• Display the average grade of all students on a label.
• Add an option to remove a selected student from the list.
2. Create a traffic light simulation:
• The form should have three buttons: Start, Stop, Reset.
• Use three PictureBox components or panels to represent red, yellow, and green lights.
• The lights should change colors cyclically every 2 seconds when started.
3. Create a basic file explorer:
• A textbox for entering the path to a directory.
• A ListBox to display all files in the selected directory.
• Double-clicking on a file in the ListBox should open it using the default application.
4. Build a simple quiz application:
• Display multiple-choice questions (one at a time).
• Radio buttons for answer selection.
• A Submit button to validate the answer and move to the next question.
• Display the final score at the end.
5. Build an application to generate and download professional invoices using pdf. Include
fields for client details, services provided, and payment terms.

You might also like