【单选题】编写如下事件过程 Private Sub Text 1- Mouse Down( Button As Integer, Shift As Integer, X As Single, Y As Single) If Shift= 1 And Button=2 Then Text 1. Text="ABCD” End If End Sub 程序运行后 , 为了在文本框内输出“ ABC ” , 应执行的...
【单选题】在窗体中添加一个命令按钮,名称为Command1,然后编写如下程序: Private Sub Command1_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single) Print "ABC" End Sub Private Sub Command1_MouseDown(Button As Integer, Shi...