捕捉MouseExit事件_VB.net_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

捕捉MouseExit事件

作者:黑客防线网安VB教程基地 来源:黑客防线网安VB教程基地 浏览次数:0

本篇关键词:事件捕捉'鼠标
黑客防线网安网讯:MouseDown、MouseUp、MouseMove。VB似乎提供了很好的Mouse事件。但好象还缺少什么!对!还差MouseExit(鼠标移出)事件。在VB中,我们要捕捉MouseExit事件,必须用API函数:  PrivateDecl...
MouseDown、MouseUp、MouseMoveVB似乎提供了很好的Mouse事件但好象还缺少什么!对!还差MouseExit(鼠标移出)事件。在VB中我们要捕捉MouseExit事件必须用API函数:
  PrivateDeclareFunctionSetCaptureLib"user32"(ByValhWndAsLong)AsLong
  PrivateDeclareFunctionReleaseCaptureLib"user32"()AsLong
  然后,我们可以在控件(以Picture1为例)的MouseMove事件上加上以下代码:
  
  WithPicture1'Changethistothenameofthecontrol
  IfButton=0Then
  If(X<0)Or(Y<0)Or(X>.Width)Or(Y>.Height)Then
  'Mousepointerisoutsidebutton,soletothercontrolsreceive
  'mouseeventstoo:
  ReleaseCapture
  '放入鼠标离开的代码
  Else
  'Mousepointerisoverbutton,sowe'llcaptureit,thus
  'we'llreceivemousemessagesevenifthemousepointeris
  'notoverthebutton
  SetCapture.hwnd
  
  '放入鼠标进入的代码
  EndIf->

    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-14562-1.html
网站维护教程更新时间:2012-04-03 01:09:23  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer