搜索资源列表
数据库&键盘监控v1.0
- 将数据从oracle数据库中提取出来,当键盘输入与数据库中相符的数据时会弹出提示性对话框。-data from the oracle database extracted, when the keyboard in line with the database data will pop indicative dialog.
HookaReg 系统钩子截获系统鼠标和键盘消息
- 编写了一个系统钩子截获系统鼠标和键盘消息和一个修改注册表启动项开机运行指定程序的基于MFC的对话框。Hook文件夹包括生成系统钩子的动态链接库的源文件;MyHook文件夹包括所生成的动态链接库和修改注册表启动项等源文件。生成的程序可以保护自己的电脑不被他人使用。注意:1.程序预留的系统启动入口为“Alt+j”(切记!!!);2.本程序在xp系统vc6.0 debug下编译通过(其他系统没试过);3.部分代码是根据本人电脑屏幕尺寸设计(请更改源码)。-Write a system hook int
windowsvstudio2008.rar
- 中山大学windows编程课程详细课件 在vs2008下运行 内容包括 01绪论 02界面编程-1(菜单) 02界面编程-2(控制条) 02界面编程-3(对话框) 02界面编程-4(控件) 02界面编程-5(鼠标与键盘) 03GDI绘图-1(画图) 03GDI绘图-2(字体与图像) 03GDI绘图-3(动画与图标) 03GDI绘图-4(图元文件) 03GDI绘图-5(打印) 04文档与视图 05MFC功能包 06GDI+ 07OOP语言
PWD
- 一个用QT4编写的程序,可以实现对话框登陆,并可以使用软键盘,可以在ARM9上移植,代码通过检验.-A program written with QT4, log dialog can be achieved, and can use the soft keyboard, the ARM9 on the transplant, the code passed the examination.
remoteDesktop
- 利用CSocket实现远程桌面功能 实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-CSocket using Remote Desktop feature to achieve the realization of the main idea is: first Remote Deskt
keyboard
- 键盘钩子,截获键盘消息,是键盘的输入实时显示在对话框中-Keyboard hook, keyboard intercepted message, the keyboard input is real-time display in the dialog box
CMapSystem
- 1、用对话框形式显示用户对输入子图的选择,包括选择子图类型(子图库),子图线颜色以及子图区域填充颜色(颜色表)。 2、实现绘图区各图形的颜色属性的更改,具体是单击图形操作菜单项,在单击编辑区域参数,或编辑线参数。然后就可以对绘图区的各种类型的图形进行相应的参数编辑。具体是以上操作完成后,右击你所要编辑的图形,然后就弹出对话框(颜色表),对颜色进行编辑。同时颜色表对话框中各颜色可通过双击对应颜色项进行编辑。 3、可以在图上实施放大、缩小、移动。放大缩小是通过鼠标操作的。将你的鼠标位置置于所
VISUALC
- .c++语法及编程技巧 2.vc开发环境设置和边缘调试技巧。 3.键盘鼠标输入处理技巧 4.常用控件使用技巧 5.对话框技巧 6.窗口界面处理技巧 7.文件,文件夹,磁盘操作技巧 8.数据库操作 9.进程线程和dll操作技巧 10.多媒体的处理技巧 11.通信的操作技巧 12.com组件技术操作技巧 13.系统编程技巧-. c++ syntax and programming skills set and development environme
VirtualKey
- 该程序在界面上实现了一虚拟键盘,用于数据录入。通过编写一通用的消息处理函数,右每个按钮在触发时调用,从而简化了代码。程序中,改写了对话框的PreTranslateMessage方法,在该方法中判断是否触发了WM_LBUTTONDOWN,如果时则调用自定义的方法。-On the implementation process at the interface of a virtual keyboard for data entry. Through the preparation of a comm
Mousehook
- 键盘钩子程序,一个是包含钩子功能的DLL文件,一个是对话框程序,将键盘钩子程序诸如到对话框程序中实现键盘信息截获。-The keyboard hook procedure, a DLL containing the hook function in the file, one is the dialog box procedure, such as the keyboard hook into the dialog box procedure processes the information
MFCkuanjiejiandeshixian
- 基于对话框的快捷键的实现,当按下键盘上的键,程序会执行相应的功能-kuanjiejian de shixian
screen_key
- 屏幕键盘,纯api 函数组成的,没有对话框资源,用在系统中没有 键盘(硬件的条件),可以增加 删减按键- Screen keyboard, the pure api function constitutes of, there is no dialogue box resource, use in the system to have no keyboard(the condition of hardware), can raise or delete to reduce a key
KeyBoard
- 创建了一个对话框,来实现虚拟键盘,支持数字0-9以及26个英文字母-Creates a dialog, to achieve the virtual keyboard, numbers 0-9, and 26 letters
key
- WINCE6.0 TINY6410SDK、mini6410SDK 平台下,VS2005 下写的 键盘的应用层测试程序。驱动程序用的是友善之臂开发板上带的驱动。一个线程用死循环的方式读驱动程序,发现按键有变化后发消息给主线程,使主界面给用户做出提示。基于对话框的MFC程序。-WINCE6.0 TINY6410SDK, mini6410SDK platform, VS2005 keyboard to write the application layer testing procedures. Dr
10960841
- 实时测试按键的键盘码和鼠标的位置,很不错的资料(Real-time test button code and the location of the mouse, keyboard is very good information)
clbentinvariants
- 十六进制之间的转换 实现不同进制数的加减乘除运算 所有的数据需由键盘(Realizes hexadecimal conversion between hexadecimal number operations of addition, subtraction, multiplication, and division all data required by keyboard)
the-cirele
- 在以用鼠标键盘控制圆的运动的VC++工程程序!不错的源码(In the mouse and keyboard to control the movement of the circle of vc + + project program!)
ian-specified-the
- VC++编写的防止小孩乱敲键盘和鼠标程序,能够在屏幕上显示指定的图片(Vc + + written prevent children from knocking the keyboard and mouse, can be displayed on the screen the specified image)
eejm-switch
- 该程序主要演示如何在windows操作系统下面如何记录键盘案件,(The program mainly demonstrates how to record the keyboard cases under the Windows operating system,)
can-simusdte
- 一个泡泡堂游戏的刷分*,是模拟键盘和鼠标来实现的,可以的(A soaplands game I plugins, is to simulate the keyboard and mouse, can)