| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 449 人关注过本帖
标题:新手写的第一个程序 遇到的问题 怎么让它不显示Image1
取消只看楼主 加入收藏
lfjwadh
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2007-5-5
收藏
 问题点数:0 回复次数:1 
新手写的第一个程序 遇到的问题 怎么让它不显示Image1
Private Sub Command1_Click(Index As Integer)
Image1.Visible = False
Image2.Visible = False '隐藏图片
Label1(0).Caption = Int(Rnd * 10)
Label2(1).Caption = Int(Rnd * 10)
Label3(2).Caption = Int(Rnd * 10)
Label5.Caption = Int(Rnd * 10)
Label6.Caption = Int(Rnd * 10) '得到随机数
'当数字出现1个7时显示图片1
If (Label1(0).Caption = 7) Or (Label2(1).Caption = 7) Or _
(Label3(2).Caption = 7) Or (Label5.Caption = 7) Or (Label6.Caption = 7) _
Then Image1.Visible = True
'当数字出现2个7时显示图片2
If (Label1(0).Caption = 7) And (Label2(1).Caption = 7) Or _
(Label1(0).Caption = 7) And (Label3(2).Caption = 7) Or _
(Label1(0).Caption = 7) And (Label5.Caption = 7) Or _
(Label1(0).Caption = 7) And (Label6.Caption = 7) Or _
(Label2(1).Caption = 7) And (Label3(2).Caption = 7) Or _
(Label2(1).Caption = 7) And (Label5.Caption = 7) Or _
(Label2(1).Caption = 7) And (Label6.Caption = 7) Or _
(Label3(2).Caption = 7) And (Label5.Caption = 7) Or _
(Label3(2).Caption = 7) And (Label6.Caption = 7) Or _
(Label5.Caption = 7) And (Label6.Caption = 7) _
Then Image2.Visible = True

我现在的问题是 当我单击控件1出现 一个7 显示第一个图(正常) 当出现两个7 第一个图和第二个图都显示出来 请教怎么让它出现两个7时候 只显示第二个图 不显示第一个图~~~~~~
搜索更多相关主题的帖子: 图片 False 
2007-05-05 21:08
lfjwadh
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2007-5-5
收藏
得分:0 
以下是引用Joforn在2007-5-5 23:31:43的发言:
在最后一句Then Image2.Visible = True改成Then Image2.Visible = True:Image1.Visible = Flase

高人就是高~ 厉害~~
太感谢你了 以后小弟有什么不懂的 就多请教你了`
不知道大狭能不能加我QQ54440068 就请多关照了`~

2007-05-05 23:45
快速回复:新手写的第一个程序 遇到的问题 怎么让它不显示Image1
数据加载中...
 
   



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

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