搜索资源列表
VBSendText
- VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以
www.cohoo.com.cn.socket
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage
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
VBSendText
- VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以
www.cohoo.com.cn.socket
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,
WM_NCLBUTTONDOWN
- void TransparentWnd::OnLButtonDown(UINT nFlags, CPoint point) { CWnd::OnLButtonDown(nFlags, point) //实现无标题拖动 PostMessage(WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM(point.x,point.y)) }-void Transparent
PostMessage
- 一个FTP密码记录器,非钩子密码拦截技术!-An FTP password recorder, password interception technology non-hook!
PYCX
- 数字键盘的模拟,使用postmessage方法实现,比较简单
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_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!
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-bo
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