vb输入程序运行后,窗体空白的
PrivateSubCommand1_Click()Imsge1.Visible=False'隐藏图像Label1.Caption=Int(Rnd*10)'得到随机数La...
Private Sub Command1_Click()
Imsge1.Visible = False '隐藏图像
Label1.Caption = Int(Rnd * 10) '得到随机数
Label2.Caption = Int(Rnd * 10)
Label3.Caption = Int(Rnd * 10)
'当某个标题为 7 时,显示图像并响铃
If (Label1.Caption = 7) Or (Label2.Caption = 7) _
Or (Label3.Capyion = 7) Then
Image1.Visible = True
Beep
End If
End Sub
Private Sub Command2_Click()
End
End Sub 展开
Imsge1.Visible = False '隐藏图像
Label1.Caption = Int(Rnd * 10) '得到随机数
Label2.Caption = Int(Rnd * 10)
Label3.Caption = Int(Rnd * 10)
'当某个标题为 7 时,显示图像并响铃
If (Label1.Caption = 7) Or (Label2.Caption = 7) _
Or (Label3.Capyion = 7) Then
Image1.Visible = True
Beep
End If
End Sub
Private Sub Command2_Click()
End
End Sub 展开
展开全部
在设计时检查下各控件的Visible属性、位置及大小参数属性,运行后也检查下,用debug输出下。
估计是控件给隐藏掉或移出可见区域了。
估计是控件给隐藏掉或移出可见区域了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
看样子是没错啊,你直接定义一下Label1.Caption =7试试行不行
运行后要按command1这个按钮的。
运行后要按command1这个按钮的。
更多追问追答
追问
不行,关键是运行就是空白窗口,什么都没有,不知道是不是软件有问题啊
追答
我看是你不会用VB的问题,看来你要从头好好再学一学了,我只告诉你这段代码是没问题的,窗体要靠你自己加上去。
VB新建窗口只有标题栏加空白窗口,左边有一个个窗体要你自己托上去,双击写代码。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
添加image图片框,给image图片框装入一张图片(它的picture属性).
程序如下:
Private Sub Command1_Click()
Image1.Visible = False '隐藏图像
Label1.Caption = Int(Rnd * 10) '得到随机数
Label2.Caption = Int(Rnd * 10)
Label3.Caption = Int(Rnd * 10)
'当某个标题为 7 时,显示图像并响铃
If (Label1.Caption = 7) Or (Label2.Caption = 7) _
Or (Label3.Caption = 7) Then
Image1.Visible = True
Beep
End If
End Sub
程序如下:
Private Sub Command1_Click()
Image1.Visible = False '隐藏图像
Label1.Caption = Int(Rnd * 10) '得到随机数
Label2.Caption = Int(Rnd * 10)
Label3.Caption = Int(Rnd * 10)
'当某个标题为 7 时,显示图像并响铃
If (Label1.Caption = 7) Or (Label2.Caption = 7) _
Or (Label3.Caption = 7) Then
Image1.Visible = True
Beep
End If
End Sub
追问
已经添加了啊,不行啊
追答
菜单--工程-- ...属性---启动对像选择spin,然后运行。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询