write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.



write a program to develop a graphic user interface application of marks book with students names an..

Answer / Virendra Yadav

In VB.NET, you can use Windows Forms Application as the base for creating a GUI (Graphic User Interface) application. Here's an outline of how your program could look:n
1. Create a new Windows Forms Application project.
2. Set up the Main Menu form with options like 'Add Student Details', 'Display Student Details', 'Maximum Mark', and 'Minimum Mark'.
3. Create another form for adding student details, which should have fields for entering student names and marks.
4. Store student data in a collection such as an ArrayList or DataTable.
5. Implement methods to add, display, find maximum mark, and find minimum mark based on the stored data.
6. Use event handling to navigate between forms.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is early binding?

0 Answers  


What is the difference between import system.data.sqlclient and system.data.oledb?

1 Answers  


Name a feature which is common to all .net languages?

1 Answers  


How to view an assembly?

1 Answers  


How is VB.Net different from VB6?

7 Answers   Ksb,


How can we store decimal data in .net?

1 Answers  


How does you get record no from 5 to 15 from a dataset of 100 records?

3 Answers   ABC,


Explain how the .net framework performs automatic memory management.

1 Answers  


What do you mean by serialization?

1 Answers  


What is DLL hell?

2 Answers  


Tell me how many .net languages can a single .net dll contain?

1 Answers  


Explain the difference between an xml "fragment" and an xml "document."

1 Answers  


Categories