搜索资源列表
SkypeAPISample
- 《Skype API应用范例》 —— Skype是个非常优秀的IP电话通信工具,不但可以PC to PC,而且也可以PC to PSTN,当今非常盛行。Skype为了加快自己的发展全面开放了API,其实所谓的API不是真正的Win32 API函数,而是一系列消息的组合,我花了一个晚上从网上找到Skype API说明文档简单地实现了Skype通话和拨号以及发送文字聊天消息的简单功能,仅此达到抛砖引玉的目的。-"Skype API application paradigm"
Class_Hook
- VB内嵌汇编实现单个类文件实现子类化钩子.-Embedded VB Series achieve single-file-type-type hook.
键盘 HOOK
- C++Builder编的程序-C Builder series of procedures
wordover
- 这个程序可以返回鼠标捕捉的词,用VB编的,你也可以哦-this procedure can return to the mouse to capture the words, VB series, you can oh
TakeWordFromScreen
- 用VB编的从屏幕取词的简单示例。到目前为止我所见到的唯一一个这样的程序,希望能够抛砖引玉。-VB series with a simple example from the Screen. So far I have seen only one such procedure, hoping to offer their valuable suggestions.
HOOKstudy
- hook 手册 Windows系统是以消息处理为其控制机制,系统通过消息为窗口过程(windows procedure)传递输入。系统和应用两者都可以产生消息。对于每个输入事件,例如用户按下了键盘上的某个键、移动了鼠标、单击了一个控件上的滚动条,等等,系统都将产生一系列消息-hook Manual Windows message handling system is based on its control mechanism, system, through the message to th
keystroke_src
- 一个模拟键盘操作的程序,利用这个程序稍微修改一下可以做成一个模拟一系列操作动作的测试程序-A simulated keyboard program, take advantage of this program can be made slightly modify the action of a simulation test program a series of operations
keypress
- * Parameters: * key : virtual keycode of the key to send. For printable * keys this simply the ANSI code (Ord(character)). * shift : state of the modifier keys. This is a set, so you * can set several of these keys (shift, control, alt, * m