mouse_event与SendMessage的区别
如题,谁对这两个函数的机制比较了解,讲解一下
[解决办法]
SendMessage is to the special window;
but mouse_event is to the foreground window.
[解决办法]
实现方法和层次不一样。
mouse_event 向I/O对列插入鼠标事件
SendMessage 仅仅是以鼠标消息为参数调用窗口过程,比前者功能差远了
发布时间: 2012-03-01 10:25:46 作者: rapoo
mouse_event与SendMessage的区别
如题,谁对这两个函数的机制比较了解,讲解一下
[解决办法]
SendMessage is to the special window;
but mouse_event is to the foreground window.
[解决办法]
实现方法和层次不一样。
mouse_event 向I/O对列插入鼠标事件
SendMessage 仅仅是以鼠标消息为参数调用窗口过程,比前者功能差远了