没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
第5章 常用事件及应用
第5章 常用事件及应用
2
5.1 鼠标事件
5.2 OLE拖放
5.3 键盘事件
5.4 焦点事件
5.5应用案例与设计—简单绘画板应用程序的设计
5.1 鼠标事件
• 在Visual Basic中,最基本的鼠标事件有:
Click、Dblclick、MouseDown、MouseUp
、MouseMove和DragDrop、DragOver
MouseDown、MouseUp和
MouseMove事件
• 当按下鼠标任意键时发生MouseDown事件
,放开鼠标按键时发生MouseUp事件,
MouseMove事件是在移动鼠标时发生,并
且伴随鼠标指针在对象间移动,连续不断
地产生。
MouseDown、MouseUp和
MouseMove事件(续)
• MouseDown事件过程的语法格式:
• Private Sub Object_MouseDown([Index As
Integer,] Button As Integer,Shift As Integer,x
As Single,y As Single)
• MouseUp事件过程的语法格式:
• Private Sub Object_MouseUp([Index As Integer,
] Button As Integer,Shift As Integer,x As Single,y
As Single)
• MouseMove事件过程的语法格式:
• Private Sub Object_MouseMove(Button As
Integer,Shift As Integer,x As Single,y As Single)
剩余39页未读,继续阅读
资源评论
soso1968
- 粉丝: 2610
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功