简单贪吃蛇游戏 vb 2008
简单的贪吃蛇游戏,由vb2008编的 部分代码如下: Private Sub Form_KeyDown(ByVal KeyCode As Integer, ByVal Shift As Integer) Dim C As Long If KeyCode = 27 Then End If KeyCode = 32 Then If Timer1.Enabled = True Then Timer1.Enabled = False Label1.Visible =
下载地址
用户评论
缺省值未定义,导致vb2010无法兼容
有错误,用vb2008完全无法运行,代码中有很多根本不是2008语句