|
本帖最后由 fxpppp 于 2015-7-4 16:27 编辑
1.rar
(25.87 KB, 下载次数: 2)
我的代码
Private Sub xianshi_Click()
xiandaan.Caption = daan
If OptionButtonA.Value = ture Then
xianxuanze.Caption = "A"
ElseIf OptionButtonb.Value = ture Then
xianxuanze.Caption = "B"
ElseIf OptionButtonc.Value = ture Then
xianxuanze.Caption = "C"
ElseIf OptionButtond.Value = ture Then
xianxuanze.Caption = "D"
ElseIf OptionButtone.Value = ture Then
xianxuanze.Caption = "E"
ElseIf OptionButtonf.Value = ture Then
xianxuanze.Caption = "F"
Else
MsgBox "尚未答题啊 SB"
End If
If xianxuanze.Caption = xiandaan.Caption Then
dadui.Visible = True
Else
dacuo.Visible = True
End If
End Sub
不管怎么设置,xianxuanze.Caption 都显示A....
在线等 求指点
|
|