VB输入N个学生的学号和成绩,打印出成绩最高者的学号和成绩 5

 我来答
liuyuwxj
2010-06-18 · TA获得超过2.6万个赞
知道大有可为答主
回答量:1777
采纳率:100%
帮助的人:1522万
展开全部

我用5个学生来设计,用结构体,效果图如下:

Private Type stu

id As Integer

fs As Long

End Type

Dim a(4) As stu

Dim i As Integer

Private Sub Command1_Click()

Picture1.AutoRedraw = True

If i >= 5 Then

MsgBox ("最多只能输入5个学生信息"): Text1.Text = "": Text2.Text = ""

Text1.Locked = True: Text2.Locked = True

Else

If Text1 = "" Or Text2 = "" Then

N = MsgBox("请认真填写学生的基本信息", 0 + 48, "提示")

If Text1 = "" Then Text1.SetFocus

If Text2 = "" Then Text2.SetFocus

Else

With a(i)

.id = Val(Text1)

.fs = Val(Text2)

Picture1.Print i + 1; Tab(6); .id; Tab(13); .fs

End With

Text1 = "": Text2 = ""

i = i + 1

End If

End If

End Sub

Private 郑氏慧Sub Command2_Click()

Dim t As stu

Picture2.Cls

Picture2.AutoRedraw = 核液True

imax = 0

For N = 1 To i - 1

If a(N).fs > a(imax).fs Then imax = N

Next N

Picture2.Print "成绩最喊答高分是学号"; a(m).id; Spc(2); "分数为"; a(m).fs

86830339
2010-06-18 · 超过17用户采纳过TA的回答
知道答主
回答量:45
采纳率:0%
帮助的人:0
展开全部
Private Sub Command1_Click()
b = 0
For i = 1 To Adodc1.Recordset.RecordCount
a = Adodc1.Recordset("成绩")
If b <闭氏卜 a Then
b = a
End If
If Not Adodc1.Recordset.EOF Then
Adodc1.Recordset.MoveNext
End If
Next i
Adodc1.Recordset.MoveFirst
Adodc1.Recordset.Filter = "成绩= '" & b & " ' "
End Sub

Private Sub Form_Load()
Adodc1.ConnectionString = "核纳Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\db1.mdb;Persist Security Info=False"
Adodc1.CommandType = adCmdTable
Adodc1.RecordSource = "数据表"
Adodc1.Refresh
Adodc1.Recordset.MoveFirst
Set DataGrid1.DataSource = Adodc1
End Sub
建立db1.mdb 建立一个数据表,字轿穗段名为 姓名 学号 成绩
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式