【单选题】对窗体编写如下事件过程: Private Sub Form. MouseDown(Button As Integer,Shift As Integer, _ x As Single, Y As Single) If Button=2 Then Print 'AAA' End If End Sub Private Sub Form. MouseUp (Button As Integer,Shift ...
【单选题】对窗体编写如下事件过程: 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 I...
【单选题】对窗体编写如下事件过程: Private Sub Form_ Mouse Down(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 ...
【单选题】对窗体编写如下事件过程: Option Base 1 Private Sub Form_KeyPress (KeyAScii AS Integer) arr=Array(12,15,18,20,24) m1=arr(1) m2=1 If fKeyAscii=12 Then For i=2 To 5 If arr(i)>m1 Then m1=arr(i) m2=i End If Next i End...
【单选题】对窗体编写如下事件过程: Private Sub Form. _ MouseDown(BuRon 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 A...