这个程序用Visual basic 2008 怎么做 请大家帮忙~~~
这个程序用Visual basic 2008 怎么做 请大家帮忙 十万火急!!!!
1 - 做一个学生记录表
2 - 可以记录256个学生的信息
3 - 学生信息包括4个区域: 姓,名,生日,学生号码
4 - 姓,名,生日是可以让用户输入的
5 - 当学生信息输入的时候会产生一个随机的学生号码(多少个数字没关系)
6 - 在WINDOWS APPLICATION(GUI FORM)上做。
7 - 学生信息的输入和显示要在同一个FORM上,用适当的按键
8 - 用户可以使用学生姓,名,号码来搜索学生信息(输入姓或者名或者学生号码都可以搜索到输入过的那个学生的信息)
9 - 要求有可以输入,搜索,退出的按键
哪位好心的大神帮我做一下,100W火急
Create a program that:
1 - Creates records of student information
2 - Up to 256 records can be handled by the program
3 - Each record consists of 4 fields - last name, first name, birth date, and
student ID.
5 - The last name, first name, and birth date are entered as user input
6 - The student ID is randomly generated, displayed, and recorded at the same
time a student's record is entered.
7 - The program will use a Visual Basic GUI form.
8 - Data entry and display of information and any messages to the user will
take place in the GUI form using appropriate controls.
9 - The user will be able to search for records by last name, or last name plus
first name, or by student ID.
10 - Records that have been found by searching will display all known
information about a student.
11 - All data entry, searching, and display will take place on the same GUI form.
12 - There will be a control that allows the user to enter the data.
13 - There will be a control that allows the user to search the data.
14 - There will be a control that allows the user to quit the program