搜索资源列表
VBSendText
- VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,Po
www.cohoo.com.cn.socket
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
WM_NCLBUTTONDOWN
- void TransparentWnd::OnLButtonDown(UINT nFlags, CPoint point) { CWnd::OnLButtonDown(nFlags, point) //实现无标题拖动 PostMessage(WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM(point.x,point.y)) }-void TransparentWnd : : OnLButtonDown (UINT nF
WinKiller
- 窗口杀手 在使用win2000/xp的时候发现,老是出现n个输入法的窗口,不能关掉,又总在最上面,看着很不爽,就写了这个小程序来把他们关掉。 方法很简单,就是FindWindow()在PostMessage(WM_CLOSE,...),没有技术含量,仅仅图实用而已。-window Win2000/xp killer in the use of the time found that there always n input window, we can not switch off, the t
PostMessage
- 一个FTP密码记录器,非钩子密码拦截技术!
PYCX
- 数字键盘的模拟,使用postmessage方法实现,比较简单
MapleStory 冒险岛的后台按键
- 冒险岛的后台按键,VB版的,运用了POSTMESSAGE等API函数,希望大家多多支持-Adventure Island in the background button, VB version, use a POSTMESSAGE other API functions, hope you can
VB_RatMsgFlood.rar
- 使用PostMessage实现窗口消息溢出,可以*大多数有R0保护的程序,磁碟机病毒使用过这个技术。,A message flood against process protected by r0 hooks.
PostMessage_UDF
- How to use postmessage with autoit? here is a code source (.au3 file) you just need to include it to your scr ipt and done!
20081125
- 二程序间通信源码(PostMessage)-Second inter-process communication source (PostMessage)
Send-PostMessage
- 简单的通信程序,可以分别实现收和发两方的程序。-Simple communication program, you can achieve separately the two sides close and hair procedures.
MpcController
- 简单的API函数CreateToolhelp32Snapshot ShellExecute PostMessage 用法 VS2005 C-CreateToolhelp32Snapshot ShellExecute PostMessage about some API method in VS2005 C++
postmessage
- delphi自定义消息范例 delphi自定义消息范例 delphi自定义消息范例-delphi custom message custom message delphi sample sample example delphi custom message custom message delphi sample
PostMessage
- 密码发信程序很好用。在书上找的。可以在写*的时候使用得到。-Password write a good program to use. In the book to find. Trojan can be used when writing to be.
J3AnJianGua
- PostMessage,游戏*,按键发送-PostMessage, game plug-in, send button
PostMessage
- 使用PostMessagebox操作计算器-PostMessagebox Click Clac
postmessage-master
- 该插件实现了跨窗口的消息传递。现在很多浏览器都支持通过windows.postMessage跨窗口、跨域、跨源的消息传递,该插件就是对 windows.postMessage方法进行简单封装,提供jQuery风格的调用方式。-The plug-in cross-window messaging. Many browsers now support cross-window by windows.postMessage, cross-border, cross-source messaging,
postmessage-example
- 在VB.NET中用postmessage向记事本写内容-Use "postmessage" statement to write content to notepad in VB.NET.
PostMessage
- 通过调用API函数,完成了PostMessage传递信息的功能-By calling the API function, completed the PostMessage transfer function of information