请帮忙注释这段VB拼图游戏代码!!!急求高手!

DimwinAsInteger'整型变量PrivateSubCom_Click(IndexAsInteger)SelectCaseIndexCase1,2IfCom(In... Dim win As Integer '整型变量
Private Sub Com_Click(Index As Integer)
Select Case Index
Case 1, 2
If Com(Index - 1).Visible = False Then
Com(Index - 1).Visible = True
Com(Index - 1).Caption = Com(Index).Caption
If Com(Index - 1).Caption = Index Then
win = win + 1
End If
If Com(Index).Caption = Index + 1 Then
win = win - 1
End If
Com(Index).Visible = False
Com(Index).Caption = ""
Label1.Caption = Label1.Caption + 1
Else
If Com(Index + 1).Visible = False Then
Com(Index + 1).Visible = True
Com(Index + 1).Caption = Com(Index).Caption
If Com(Index + 1).Caption = Index + 2 Then
win = win + 1
End If
If Com(Index).Caption = Index + 1 Then
win = win - 1
End If
Com(Index).Visible = False
Com(Index).Caption = ""
Label1.Caption = Label1.Caption + 1
Else
If Com(Index + 4).Visible = False Then
Com(Index + 4).Visible = True
Com(Index + 4).Caption = Com(Index).Caption
If Com(Index + 4).Caption = Index + 5 Then
win = win + 1
End If
If Com(Index).Caption = Index + 1 Then
win = win - 1
End If
Com(Index).Visible = False
Com(Index).Caption = ""
Label1.Caption = Label1.Caption + 1
End If
End If
End If
Case 0
If Com(Index + 1).Visible = False Then
Com(Index + 1).Visible = True
Com(Index + 1).Caption = Com(Index).Caption
If Com(Index + 1).Caption = Index + 2 Then
win = win + 1
End If
If Com(Index).Caption = Index + 1 Then
win = win - 1
End If
Com(Index).Visible = False
Com(Index).Caption = ""
Label1.Caption = Label1.Caption + 1
Else
If Com(Index + 4).Visible = False Then
Com(Index + 4).Visible = True
Com(Index + 4).Caption = Com(Index).Caption
If Com(Index + 4).Caption = Index + 5 Then
win = win + 1
End If
If Com(Index).Caption = Index + 1 Then
win = win - 1
End If
Com(Index).Visible = False
Com(Index).Caption = ""
Label1.Caption = Label1.Caption + 1
End If
End If
Case 3
If Com(Index - 1).Visible = False Then
Com(Index - 1).Visible = True
Com(Index - 1).Caption = Com(Index).Caption
If Com(Index - 1).Caption = Index Then
win = win + 1
End If
If Com(Index).Caption = Index + 1 Then
win = win - 1
End If
Com(Index).Visible = False
Com(Index).Caption = ""
Label1.Caption = Label1.Caption + 1
Else
If Com(Index + 4).Visible = False Then
Com(Index + 4).Visible = True
Com(Index + 4).Caption = Com(Index).Caption
If Com(Index + 4).Caption = Index + 5 Then
win = win + 1
End If
If Com(Index).Caption = Index + 1 Then
win = win - 1
End If
Com(Index).Visible = False
Com(Index).Caption = ""
Label1.Caption = Label1.Caption + 1
End If
End If 请帮帮忙
简单的控件作用我当然知道、我想知道的是If Com(Index - 1).Visible = False Then这种句子表示什么意思??index-1又是什么?
展开
 我来答
冷以筠gS
2010-01-13 · TA获得超过1650个赞
知道小有建树答主
回答量:996
采纳率:0%
帮助的人:739万
展开全部
我给你解释几句,你就都明白了。
1、Com是一个数组控件,Index是数组控件的标识,一般一个index标识一个单独的控件。
2、visiable,表示这个控件是否可见,True表示可见,False表示不可见。
3、Caption表示这个控件上面显示出来的文字。
---------------------------------
补充的问题可以这样理解,
一个控件数组的话,是由控件单元格组成的。
比如Com()表示一个控件数组,那么Com(1)表示标示为1的这个控件。
Com(1).Visiable=True
标示Com(1)这个控件数组里面的标识为1的这个控件,是否可见。
说多了说不好,要不你加我建的群讨论吧。
101012597
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式