问题:
对窗体编写如下事件过程:
Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Single Y As Single)
If Button=2
ThenPrint"AAAAA"End
IfEnd
SubPrivate Sub Form_MouseUp(Button As Integer,Shift As Integer,X As Single,Y As Single)
Print"BBBBB"
End Sub程序运行后,如果单击鼠标右键,则输出结果为()
A . AAAAA
B . BBBBB
C . AAAAA CR BBBBB(其中CR表示回车和换行)
D . BBBBB CR AAAAA
对窗体编写如下事件过程:
Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Single Y As Single)
If Button=2
ThenPrint"AAAAA"End
IfEnd
SubPrivate Sub Form_MouseUp(Button As Integer,Shift As Integer,X As Single,Y As Single)
Print"BBBBB"
End Sub程序运行后,如果单击鼠标右键,则输出结果为()
● 参考解析
本题暂无解析
相关内容
相关标签