柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
在窗体中抬起鼠标按钮,触发的事件是
A.Form_MouseDown
B.Form_MouseUp
C.Form_MouseOver
D.Form_MouseLeave
热度🔥434
参考答案:B
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
若有以下程序 #include main() { int a=-11, b=10; a /= b /= -4; printf("%d %d\n", a, b); } 则程序的输出结果是
下面是求最大公约数的函数的首部:Function gcd(ByVal x As Integer, ByVal y As Integer)As Integer若要输出8、12、16这3个数的最大公约数,下面正确的语句是( )。
设有窗体的Form_MouseMove事件过程如下:Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) If(Button And 3)=3 Then Print "检查按键" End IfEnd Sub关于上述过程,以下叙述中正确的是( )。
关于P2P文件共享的描述中,正确的是
下面描述中不属于软件需求分析阶段任务的是( )。
标签
二级ACCESS
form
事件
鼠标
mouseup