选择题
11.
在窗体上添加一个文本框,名为text1,然后编写如下的load事件过程,则程序的运行结果是______ 。
private sub form_ load
text1.text=“”
text1.setfocus
for k=1 to 5
t=t*k
next k
text1.text=t
end sub
A、
在文本框中显示120
B、
文本框中仍为空
C、
在文本框中显示1
D、
出错
【正确答案】
D
【答案解析】
提交答案
关闭