如果是固定的,就用随机的代码,如果不是固定的,就用随机生成代码。
Private Sub form_load()Label1.caption=0End SubPrivate Sub form_click()Label1.caption=val(label1.caption)+1End Sub
Dim i As IntegerPrivate Sub Form_Click()Me.Label1.Caption = ii = i + 1End Sub