填空题

在窗体上画两个文本框和一个命令按钮,然后在命令按钮的代码窗口中编写如下事件过程:
Private Sub Command1_Click()
Text l=“VB programming”
Text 2= Text l
Text l="ABCD"
End Sub程序运行后,单击命令按钮,文本框Text2中显示的内容为 【12】

【参考答案】

VB programming
热门 试题