visual basic程序设计教程第四版答案(刘炳文)
假定编写了如下事件过程:
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
If (Button And 3) = 3 Then
Print "AAAA"
End If
End Sub
程序运行后,为了在窗体上输出“AAAA”,应按下鼠标什么键?
解:应先把鼠标光标移到窗体上,然后同时按住鼠标左、右键,并移动鼠标。
来源:visual basic程序设计教程第四版答案(刘炳文)
本文链接:http://www.wb98.com/vb1/post/vb_10.5.html
本站文章搜索: