vb 中.label1.caption问题
vb中的form1中command1按钮的click事件中代码为:form2.label1.caption=“”。form2的load事件中代码为:num=int((5*...
vb 中的form1 中command1按钮的click事件中代码为:form2.label1.caption=“”。form2的load事件中代码为:num=int((5*rnd)+1)
if num=1 then
label1.caption="hello"
elseif num=2 then
label1.caption="hi"
...
end if
现在问题是:当form2 load时,label1的caption属性还是空,是什么原因呢?
我想要实现的功能是:form2 load的时候,label.caption会随机显示指定字符,操作完成后在form1中用一个按钮把label.caption属性清空,然后当form2 再次load时label.caption还会随机显示指定字符 展开
if num=1 then
label1.caption="hello"
elseif num=2 then
label1.caption="hi"
...
end if
现在问题是:当form2 load时,label1的caption属性还是空,是什么原因呢?
我想要实现的功能是:form2 load的时候,label.caption会随机显示指定字符,操作完成后在form1中用一个按钮把label.caption属性清空,然后当form2 再次load时label.caption还会随机显示指定字符 展开
1个回答
展开全部
如果需要在form2中使用form1中的label1.caption需要使用form1.label1.caption="。。"
如果需要在form1中使用form2中的label1.caption需要使用form2.label1.caption="。。"
如果需要在form1中使用form2中的label1.caption需要使用form2.label1.caption="。。"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询