在窗体上画两个文本框和一个命令按钮,然后在命令按钮的代码窗口中编写如下事件过程: Private Sub Commandl_Click() Text1="VB programming" Text2=Text1 Textl="ABCD" End Sub 程序

admin2010-06-10  23

问题 在窗体上画两个文本框和一个命令按钮,然后在命令按钮的代码窗口中编写如下事件过程:
Private Sub Commandl_Click()
Text1="VB programming"
Text2=Text1
Textl="ABCD"
End Sub
程序运行后,单击命令按钮,文本框Text2中显示的内容为______。

选项

答案 VB Programming

解析
转载请注明原文地址:https://kaotiyun.com/show/KKwp777K
0

最新回复(0)