搜索资源列表
RedHatShell
- 一款模仿Linux操作系统红帽子(RedHat)的shell编程示例,基本的桌面菜单,开始菜单,任务栏菜单,托盘菜单,右键弹出菜单都做的栩栩如生,是一个完整漂亮的外壳程序。对于一些商用软件完全可以修改后套用形成一个漂亮的shell。要扩充的是完整封掉windows系统的所有按键消息即可完整存在。 -red hat Linux (RedHat) shell programming examples. basic desktop menu, start menu, task bar menu,
TTTEST
- key重载示例,原创VC关于响应鼠标按键消息的重载使用方法
MRgn
- 自写的对话框换肤程序。窗口形状是背景图。支持动态按钮及用DLL接收处理按钮及按键消息。 编写程序只须重写DLL及更换一个背景图即可-since the dialog was Eurocargo procedures. The shape of the window background map. Button and supports dynamic DLL used to receive and process information button and the button. Only p
KeyTrac
- WinCE编程宝典第3章的配套代码,使用SDK编写,记录系统按键消息
shubiao
- 学习如何在我们的窗口过程函数中处理鼠标按键消息。示例程序演示了如何等待左键按下消息,我们将在按下的位置显示一个字符串。 -we learn how to process the window function handling the mouse button news. The sample program demonstrated how to press the button for news, we will press the location of a string.
keyboardrecorder
- 这是一个文本资源,主要是关于如何从键盘获取按键消息的。 This a document source,which is about how to get key board button down msg.
76355
- 注册热键,STAITC接收键盘消息,向应用程序发送按键消息、文本
keyboard
- 注册热键,STAITC接收键盘消息,向应用程序发送按键消息、文本
minigui软键盘的实现
- 提出一种MiniGUI的软键盘快速设计方法,利用MiniGUI的酷工具栏控件创建软键盘面板,通过点击软键盘面板上的按钮向MiniGUI内部的输入法窗口发送相应按键消息,实现了包含中文字符输入的软键盘功能。编写并成功运行了通过软键盘进行字符输入的测试程序,表明该方法简便有效。
使用全局钩子截获键盘按键消息
- 钩子是Windows中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目的地之前截获它们并根据用户要求做出相应处理。钩子的种类很多其作用也不同,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。
msgbox_src.用于重新美化各种消息框
- 用于重新美化各种消息框,可以根据需要重新加载图标,按键等等。,It can be used to rebuild all kinds of message-boxes. You can reload other icons if needs and so on.
record-keyboard
- 记录键盘按键消息并保存在C盘一个文件里面,加上发送邮件功能就可以定时发送文件了-Record keyboard message and stored in the C disk a file, add send mail function can regularly sending files
MouseKey
- qt下接收所有键盘和鼠标的按键消息,并显示-qt receive all the keys of the keyboard and mouse messages and displays
SendKeys
- VS2008 C#. 在.net环境下,利用系统钩子,截获并发送按键消息。 本程序的目的是以一定的时间间隔不断对某一窗口程序发送按键信息,以实现自动阅读的效果。 其中Keyboard.cs是一个可重用性很高的类,值得参考。-VS2008 C#. Demonstrate using hooks to get and send keyboard messages.
GetKeyboardVal
- 钩子实现接受所有的按键消息,运行在后台不显示出来。里面有说明文档-Hook to achieve access to all the key news, running in the background is not displayed. There is documentation
Simulate
- vc++写的让程序产生按键消息及鼠标单击(右击、双击)的鼠标消息-vc++ to write the program to generate keys and mouse click the message (right click, double-click) the mouse messages
code
- 易语言写的后台模拟按键,向后台程序(最小化程序)发送按键消息。-Easy language to write the background of the analog button, the background program (minimize program) to send key messages.
ActiveKey
- key hook使用,截获键盘按键消息. 可用于制作简单的外挂.-key hook used to intercept keyboard messages. Can be used to make a simple plug-in.
auto-key-press
- 模拟按键程序,可以使指定的窗口产生虚拟的按键消息,对开发自动化程序或游戏外挂具有一定参考作用-Auto virtual key-press program. Make the specific Window to produce key-press message. With reference to auto program or game external
VC写的对窗口发送按键消息
- 能获取到当前鼠标所在窗口的句柄,能设置对该窗口那几个点发送鼠标按下弹起消息