搜索资源列表
www.cohoo.com.cn.socket
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
SendMessage
- 窗体间发送消息的小程序。可发送与接收。适合初学者学习使用-Between forms a small program to send a message. Can be sent and received. Suitable for beginners learning to use
tongxin
- 用SendMessage改变TextBox的内容简单有效地实现进程间通信。-Using SendMessage to change the content of TextBox to the realization of the process simple and effective communication.
QQ_lie_talk
- 一个让你能上班大摇大摆聊QQ的软件,利用向导功能随意设置聊天窗口的样式,有试想过在Word,我的电脑里面聊QQ吗,代码教你如何绕开QQ的对话框加密和拒绝SendMessage信息,完美控制QQ对话框!使用前请认真阅读说明文件-1 so that you can go to work swaggering QQ chat software, using the wizard function arbitrarily set the chat window style, there is thoug
SendMessage
- 通过短信猫实现短信发送 含有几个模块 可以供大家参考-SMS sending via SMS cats to achieve
sendmessage
- NBTSTAT扫描指定网段内信息及局域网内使用message服务发消息软件-Using the message service send an announcement software the NBTSTAT scan the specified network segment information and LAN
sendmessage
- 基于VS2008平台,利用sendMessage实现两个进程间的通信。-Based on the VS2008 platform, to achieve communication between two processes using sendMessage.
delphi源码 sendmessage发送字符串
- 程序之间可以通过发送字符串来通讯,内含源码,在Delphi 10.3下编译通过。
delphi 源码 sendmessage发送字符串 接收部分
- delphi 实现的程序间收发字符串的源码演示,只是接收部分,delphi 10.3下编译通过。