搜索资源列表
mouse_hook
- 鼠标钩子程序。通过移动鼠标到窗口。可以取得该窗口的标题
joystick-api
- 游戏手柄joystick api测试程序(VB): joyGetNumDevs 获取当前系统支持的游戏设备数量 joyGetDevCaps 查询获取指定的游戏杆设备以确定其性能 joySetCapture 向系统申请捕获某个游戏设备并定时将该设备的状态值通过消息发送到某个窗口 joyReleaseCapture 释放对某个游戏设备的捕获 joyGetPos 获取游戏设备的坐标位置和按钮状态 joyGetPosEx 获取游戏设备的坐标位置和按钮状态 joyG
HookMessage
- 实现了同时按下鼠标左右键关闭、隐藏窗口的功能,在按下或者弹起系统键,光标自动移动到文件菜单上,本人用Hook屏蔽掉此功能,只是用来学习 -Achieved about the same time press the mouse button closure, hidden window function, press the up or the system key, the cursor automatically move to the File menu, I use this fea
HOOKstudy
- hook 手册 Windows系统是以消息处理为其控制机制,系统通过消息为窗口过程(windows procedure)传递输入。系统和应用两者都可以产生消息。对于每个输入事件,例如用户按下了键盘上的某个键、移动了鼠标、单击了一个控件上的滚动条,等等,系统都将产生一系列消息-hook Manual Windows message handling system is based on its control mechanism, system, through the message to th
GetWnd
- 这是一个非常实用的小程序,他可以捕获鼠标所在位置的窗口指针,然后可以对选择的窗口进行置顶、移动、隐藏、显示、最大化、最小化、关闭等操作。-This is a very useful little program, he can capture the mouse pointer to the location of the window, then select the window can be top, move, hide, show, maximize, minimize, close
Mouse
- 使用hook获取鼠标移动获取当前窗口的标题。-Use mouse to move the hook to obtain access to the current window title.