假定编写了如下事件过程: Private Sub Form MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) If (Button And 3) = 3 Pri

admin2009-07-23  50

问题 假定编写了如下事件过程:
Private Sub Form MouseMove(Button As Integer,
Shift As Integer, X As Single, Y As Single)
If (Button And 3) = 3
Print "AAAA"
End If
End Sub
程序运行后,为了在窗体上输出AAAA,应执行的操作是______。

选项

答案把鼠标光标移到窗体上,然后同时按住鼠标左键、右键,并移动鼠标

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

最新回复(0)