用VC实现的键盘和鼠标的模拟器,实现鼠标和键盘事件的记录和回放。用于软件自动化测试、机械性的界面操作、程序演示、毕业设计的ppt演示等等。-with VC keyboard and mouse simulator, mouse and keyboard events record and playback. For software testing automation, mechanical interface operation, procedures demonstration, a graduate design ppt presentations. 下载
|
这是一个典型鼠标事件处理的小程序,便于初学者理解VC的消息处理的过程.-This is a typical case of the mouse small procedure to facilitate VC beginners understand the news process. 下载
|
用VC实现的关于鼠标的hook,有了hook就可以截获一些事件,当然也包括做一些坏事,嘿嘿。-with VC mouse on the hook, the hook could have intercepted some incidents, including, of course, do some bad things a little. 下载
|
本程序在EVC4.0+PPC SDK 2003下调试通过。 用Independent JPEG Group发行的JpegLib进行Jpeg图像的读取与保存。 这里只加了一个简单的处理示例——负片。其他的处理可以用与这个类似的方法,有了处理的算法对像素数据进行操作。或者加上鼠标事件的处理来完成绘画功能等等,这里主要是对JPEG文件进行操作的部分。 注意:程序中的CTScreenBuffer并未使用,原因是使用它加载后有段内存没有释放,加上BMP数据本来就比较好处理,所以自己写一段,将BMP数据加上头信息就可以CreateDIBSection了。 保存的默认质量Q=85,大家在使用时可以按照要求改变。 对应的PC版可以在VC下面编译使用,是基本的图象处理程序框架。 -the procedures in EVC4.0 PPC SDK under debugging through 2003. Independent JPEG Group with the issue for JpegLib Jpeg image Read and preservation. Here are adding a simple example of the treatment -- Negative. Other treatment can be used with a similar approach, with the right algorithm pixel data for the operation. Mouse or with the handling of the incident to complete the painting functions, and so on, here are the major JPEG files part of the operation. Note : CTScreenBuffer the procedures had not been used. It is due to the use of loading after not release memory, coupled with BMP data was relatively easy to deal with. So he has written section BMP data will be coupled with the first information on the CreateDIBSection. Preserve the quality of the default Q = 85, we can use the request 下载
|