搜索资源列表
我的计算器
- 类似WINDOWS提供的计算器,支持键盘和鼠标输入。该程序在VC6下成功实现。-similar to the Windows calculator, the keyboard and mouse input. The procedures under the VC6 successful.
shiyansan
- 在一个窗口中央加载一个任意位图,位图面积为窗口面积的四分之一,当即鼠标左键或键盘上的向上箭头时位图向上移动,当移动到上边界时,窗口显示“不能再向上移动了”字样,当点击鼠标右键或键盘上的向下箭头时,位图向下移动,当到达窗口的下边界时,屏幕显示“不能再向下移动了”字样。-window in a central loading an arbitrary Bitmap bitmap area of the quarter window area. immediately keyboard or mou
MouseKey
- qt下接收所有键盘和鼠标的按键消息,并显示-qt receive all the keys of the keyboard and mouse messages and displays
APIfunctionreference
- 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
autoSleep
- 我写给自己用的定时自动休眠的小程序,对话框界面,Win32 SDK程序,用Code::Blocks开发,功能是让电脑在指定的时间后自动休眠,克服了Windows系统自带的电源管理只要一动鼠标或键盘就重新开始计时以及更改时间不方便的缺点,最长时间为1天(1440分钟)。-I wrote their own automatic sleep timer using a small program, the dialog box interface, Win32 SDK program, using C
program50
- 本程序可响应数字键盘上1——9数字键和鼠标移动滚动条,在窗口中绘制出圆形的移动轨迹。-This program can respond to the numeric keypad on the 1- 9 numeric keys and the mouse scroll bar in the window, draw circular trajectories.
MyPoint
- 此文件中含有可视化编程的实例,运用MFC编出可以单击鼠标键盘左键显示出小圆圈,并可以保存的可视化窗口。-This file contains examples of visual programming, the use of MFC to compile the keyboard you can click the mouse button shows a small circle, and you can save the visualization window.
sphere2
- 在windows窗口中绘制一个球体,添加光照,纹理,鼠标操作,键盘操控等处理,来实现球体的自转,和放大缩小,-Window in the windows to draw a ball, add lighting, textures, mouse, keyboard control and other treatment, to achieve the sphere s rotation, and zoom,
031
- 在日常的设计过程中,当对某窗体进行精确定位时,用鼠标很难实现,此时可以借助于键盘。-Day-to-day design process, when the precise location of a form, use the mouse to be difficult to achieve, then you can by means of the keyboard.
typer
- 一个类似windows写字板的程序,适合初学windows界面编程的童鞋,主要处理鼠标和键盘的消息,只包含代码,不包含整个工程-A similar windows tablet program, for beginner windows programming interface of children' s shoes, mainly dealing with the mouse and keyboard messages contain only the code, does not
Test_GetPW
- 安装鼠标键盘HOOK,截取按键字符,并保存在文本中-install mouse and keyboard hooks, get key char and save the txt file...
start
- 窗口名的遍历与现实,键盘和鼠标的同时操作,菜单栏的应用。-Traversal window name and reality, the simultaneous operation of the keyboard and mouse, menu bar application.
luntanqiangloumianfeiban
- 使用说明 1、先打开IE内核浏览器,打开活动链接 2、然后设置好参数,链接地址和循环次数 3、按F10启动或者启动按钮启动 软件特点 1、可以设置连贴数量,不用担心连贴数量超过规定,发帖时间间隔随机 2、可以设置循环次数,控制发帖总楼层数 3、软件运行不影响电脑正常使用,不占用鼠标和键盘 4、全自动 5、绿色版无需安装,无病毒 关于注册码 联系作者qq 2845737866,将机器码发给作者,支付相关费用即可免费使用!-lun tan qi
mouse
- 基于VC++6.0的鼠标示例程序,可以利用鼠标在对话框中绘制简单图形,并通过键盘改变颜色、线形等-Mouse example in VC++ 6.0. Simple graphics can be drawn in the dialog. Color and line type can be changed with certain keys.
CPAnalyze
- 这是一个采集数据的客户端,调用了模拟鼠标和键盘WINDOW api-This is a collection of client data, called simulated mouse and keyboard WINDOW api
强制对话框dll(附带源码)
- 压缩包内有源码文件和已经编译的dll文件 其中dll被封装函数名字为MsgBoxA 调用后效果:窗口弹出不断置顶,遮挡鼠标操作,并且通过键盘钩子屏蔽用户的键盘/快捷键操作,使用户不能使用快捷键关闭窗口,只能做出选择后才能关闭。 详细见压缩包内的源码文件