在windows中,鼠标“双击”是指( )。
A.双击右键 B.双击左键 C.同时按左键和右键 D.先按左键后按右键
在对象的MouseDown和MouseUp事件过程中,当Button参数的值为1、2、4时,分别代表按下鼠标 ______。
A:左键、中间键和右键 B:左键、右键和中间键 C:中间键、左键和右键 D:左键、右键和同时按下左右键
有如下事件过程: Private Sub Form_KeyDown(KeyCode As Integer,Shift As Integer) If(Button And 3)=3 Then Print"OK" End If End Sub 程序运行后,为了在窗体上输出“OK”,应当按下的鼠标键是
A:左键 B:右键 C:同时按下左键和右键 D:按什么都不显示
有如下事件过程。
Private Sub Form_KeyDown(KeyCode As Integer,Shift As Integer)
If(Button And 3)=3 Then
Print "OK"
End If
End Sub
程序运行后,为了在窗体上输出“OK”,应当按下的鼠标键是
A:左键 B:右键 C:同时按下左键和右键 D:按什么都不显示
有如下事件过程:
Private Sub Form_KeyDown(KeyCode As Integer,Shift As Integer)
If(Button And 3)=3 Then
Print"OK"
End If
End Sub
程序运行后,为了在窗体上输出"OK",应当按下的鼠标键是
A:左键 B:右键 C:同时按下左键和右键 D:按什么都不显示
在对象的MouseDown和MouseUp事件过程中,当Button参数的值为1、2、4时,分别代表按下鼠标的 ______。
A:左键、中间键和右键 B:左键、右键和中间键 C:左键、右键和同时按下左右键 D:中间键、左键和右键
有如下事件过程: Private Sub Form_KeyDown(KeyCode As Integer,Shift As Integer) If(Button And 3)=3 Then Print"OK" End If End Sub 程序运行后,为了在窗体上输出"OK",应当按下的鼠标键是
A:左键 B:右键 C:同时按下左键和右键 D:按什么都不显示
有如下事件过程。 Private Sub Form_KeyDown(KeyCode As Integer,Shift As Integer) If(Button And 3)=3 Then Print "OK" End If End Sub 程序运行后,为了在窗体上输出“OK”,应当按下的鼠标键是
A:左键 B:右键 C:同时按下左键和右键 D:按什么都不显示