对窗体编写如下事件过程: Private Sub Form_ MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single) If Button =2 Then

admin2010-03-30  34

问题 对窗体编写如下事件过程:    Private Sub Form_ MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single)        If Button =2 Then           Print “AAAAA”        End If    End Sub    Private Sub Form_ MouseUp (Button As Integer,Shift As Integer,X As Single,Y As Single)              Print “BBBBB”    End Sub    程序运行后,如果单击鼠标右键,则输出结果为______ 。

选项 A、AAAAA        BBBBB
B、BBBBB
C、AAAAA
D、BBBBB    AAAAA

答案1

解析
转载请注明原文地址:https://jikaoti.com/ti/4Yq0FFFM
0

最新回复(0)