搜索资源列表
delphi对windows高级编程的很多例子
- delphi对windows高级编程的很多例子:delphi实现屏幕落雪效果,按键转汉字,模拟输入法程序,利用消息钩子屏蔽定时器,利用窗口过程钩子截获QQ账号,判断用户目前是否在操作电脑-the windows of many high-level programming examples : delphi screen snow effect keys to Chinese characters, analog input procedures, the use of news hook sh
VB6_SSubTmr_Source_Code
- 可以方便的截取windows消息,充分满足自定义要求,方便实用-can facilitate the interception of windows news, since the definition of fully meet requirements, facilitate practical
Lesson20a
- 捕获鼠标和键盘的钩子程序,也可放行某些消息(如按键F2,关闭窗口)。-capture the mouse and keyboard hooks, and may also release certain information (such as keys F2, closing windows).
GetMessageCode
- windows中消息截获程序示例.-windows intercepted procedures example.
disableshutdown
- 用hook技术屏蔽windows的关机消息的代码的程序-hook technology with shielding windows shutdown of the news code procedures
Hook
- 钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。 动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。
MessageHook
- Windows消息钩子,拦截指定程序的任何消息,值得下载保存.
hook
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。 此打包书籍包括有关Hook的很多知识。
VB6_IDE_CLONE[By_QQ20437023]
- 本人原创(QQ:20437023),曾发表于PSCode,完美的模拟了对Windows窗体和菜单,按钮的封装,全子类化实现,虚拟类模块托管HOOK过程,实现了和VB IDE中一样的事件化Windows消息.
fpzs
- delphi开发的通用程序,可以向其他程序的界面上通过windows消息进行数据传输。-delphi development of common procedures that can interface to other programs for data transmission through the windows message.
anit
- Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows application is based on the message-dri
DLL_hook_GetMSG
- windows dll 消息钩子 请下载-good good good good good good good good good good good good good
GetKeyboardVal
- 钩子实现接受所有的按键消息,运行在后台不显示出来。里面有说明文档-Hook to achieve access to all the key news, running in the background is not displayed. There is documentation
keybord
- vc++的所有按键的windows消息截取,并测试所有按键的功能-Key Test
the-mouse--in-the-form-can-drag-it
- 通过拦截 Windows 消息可以使得鼠标在窗体中的任意位置都可以拖动它-Windows messages can be made by intercepting the mouse anywhere in the form can drag it
CC--_HOOK_API_code
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。附代码。- Hook (Hook), is a platform Windows message handling mechanism, the application can be set to monitor sub-processes of a message in the above specified window, and the
HookSrv
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。附代码。-Hook (Hook), is a platform Windows message handling mechanism, the application can be set to monitor sub-processes of a message in the above specified window, and the win
setwinhook
- 显示了windows hook windows 消息的过程,方便大家学习API函数-Windows hook windows display the message in the process, to facilitate learning API function
hook
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。该代码包含较为全面的示例。(Hook (Hook), Windows message processing mechanism is a platform, applications can be set on the procedure to mo
FindWindow
- hook各种鼠标、键盘消息,窗口消息,很好的框架(Hook various mouse and keyboard messages)