VB拼图游戏源代码教程分析.docVIP

  • 12
  • 0
  • 约2.01万字
  • 约 13页
  • 2016-04-19 发布于湖北
  • 举报
Dim a As Integer, b As Integer, c As Integer, d As Integer, e As String, jb As Integer Private Sub End_Click() End End Sub Private Sub Form_Load() Dim i As Integer, a As Integer, b As Integer For i = 0 To 7 Image1(i).Picture = LoadPicture(C:\Users\Administrator\Desktop\图片\ (i + 1) .jpg) Label1(i).FontSize = 110 Next i Randomize End Sub Private Sub Image1_Click(Index As Integer) If Index = 8 Then If Image1(5).Picture = False Then Image2.Picture = Image1(8).Picture Image1(8).Picture = Image1(5).Picture Image1(5).Picture =

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档