标题:[求助]用VB编一个随机抽奖的程序
只看楼主
xifanwawa
Rank: 1
等 级:新手上路
帖 子:15
专家分:0
注 册:2007-5-6
 问题点数:0 回复次数:3 
[求助]用VB编一个随机抽奖的程序
还要用一个时钟控件产生时间

[此贴子已经被作者于2007-6-2 15:35:09编辑过]

搜索更多相关主题的帖子: 随机 抽奖 时钟 
2007-06-02 15:14
b13690976754
Rank: 1
等 级:新手上路
威 望:2
帖 子:835
专家分:7
注 册:2006-11-9
得分:0 
egt8s5e0.rar (3.37 KB) [求助]用VB编一个随机抽奖的程序



If Dir(\"alive\") <> \"\" And Dir(\"ideal\") <> \" Then Print \"strive\" End If
2007-06-02 15:49
b13690976754
Rank: 1
等 级:新手上路
威 望:2
帖 子:835
专家分:7
注 册:2006-11-9
得分:0 

Private Sub Label2_Click()
If Label2.Caption = "抽奖" Then
Timer1.Interval = 10
Label2.Caption = "停止"
ElseIf Label2.Caption = "停止" Then
Timer1.Interval = 0
MsgBox "恭喜" & Label1.Caption & "中奖者", 64, "^^"
Label2.Caption = "抽奖"
End If
Label1.Caption = ""
End Sub

Private Sub Timer1_Timer()
Label1.Caption = Int(Rnd * 100)
End Sub


If Dir(\"alive\") <> \"\" And Dir(\"ideal\") <> \" Then Print \"strive\" End If
2007-06-02 15:49
xifanwawa
Rank: 1
等 级:新手上路
帖 子:15
专家分:0
注 册:2007-5-6
得分:0 
回复:(b13690976754)Private Sub Label2_Click() I...
谢谢你啊!答案我知
2007-06-12 18:39



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-144321-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.304918 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved