VB鼠标按键事件?
privatesubform_mousedown(buttonasintrger,shiftasinteger,xassingle,yassingle)ifshift=6...
private sub form_mousedown(button as intrger,shift as integer,x as single,y as single)
if shift=6 and button=2 then
print "BBBB"
end if
end sub
这里的shift=6 and button=2是什么意思?
要让窗体输出“BBBB”
同时按下ctrl、alt键和鼠标右键 展开
if shift=6 and button=2 then
print "BBBB"
end if
end sub
这里的shift=6 and button=2是什么意思?
要让窗体输出“BBBB”
同时按下ctrl、alt键和鼠标右键 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询