搜索资源列表
bcbcmd
- 利用匿名管道实现cmd程序的输入定向,输入部分没有实现,有愿意者请把您的想法发给我。dcok@sina.com-use of anonymous pipeline achieve cmd directional input procedures, the importation of parts, and it is willing to please send your thoughts to me. Dcok@sina.com
postkill
- system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designated WM_QUIT news. Dedicated to e
chatsend
- 本聊天发送器类似于oicq的消息发送机制,不过他只能够发送简单的字符串。虽然简单,但他也是一个很好的VC网络学习例子。-the transmitter similar to the Live messaging mechanism, but he could only send a simple string. Although simple, but he is also a very good example of VC network learning.
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
console_cmdline
- 代码演示关于控制台的操作,如何启动系统的控制台,控制台如何作为一个窗口,如何向其发送命令,-demonstration code on the console operation, how to activate the system console, how as a console window, how to send orders, etc.
SynChronicCode
- usb接口线程读取usb接口设备的数据,然后将数据发送给主线程,主线程实时显示数据,并且将其保存到数据库中。(运行时需要usb数据采集卡的支持)-usb interface thread usb interface equipment to read the data and then send the data to the main thread. the main threads real-time display of data, and to the preservation of i
EnaleMenu
- 按键激活程序说明 我用Asm写了一个按键激活小程序,它可以列举所有前台窗口,并发送WM_ENABLE消息到窗口中。 enabler.asm:asm原程序 dialog.res :资源文件 MISC02.ICO :图标文件-activation button I use the descr iption of the procedures for programmers wrote a small button activation procedures, It can
duo_xian_cheng_socket_file_transport
- TCP文件传输组件设计 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 网络消息的消息格式为: @+nnnnn+消息内容,其中@为消息头,nnnnn为消息内容的长度。 -TCP file transfer component design a server receiving the document, the client this document. Socket two each while only l
EnumWindow
- 枚举系统进程与窗口,窗口与进程关联,枚举子窗口,运用ImageList截取系统图标,枚举进程子模块,可以对任意一个窗口发送任意的消息.对学习系统进程、窗口管理、进程枚举、窗口枚举、窗口消息很有帮助-Enumeration system processes and the window, the window associated with the process, enumerate child windows, the use of the system ImageList icon inte
Send
- c++基于socket的多线程文件传输、断点传输等等发送端代码-c++ socket-based multi-threaded file transfer, transmission, and so the sender code breakpoint
MFC_MultiSender_OVER
- 在局域网络上实现文件传送,采用多线程编程。-translate file in net,it use mulitthread to send files。
PIPE
- 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
进程监控
- 进程监控(1) 每次主动发送协议,都有应答,发送协议用蓝色显示,应答用黑色显示。 (2) 序列号的有效范围1-1000000。 -process control (1) initiative to send each agreement have responses, the agreement to send blue, black respondents showed. (2) sequences of the effective range 1-1000000.
mutiRC
- moxa串口服务器的多线程收发程序源码,具体看doc文件-moxa serial server to send and receive multi-threaded program source code, specifically to see doc file
hynet4
- 一个特别简单的网络数据包捕获,嗅探工具,只能捕获不能修改发送.-A particularly simple network packet capture, sniffer tools can only capture can not be amended to send.
ChanSheng_src
- 一个可在电脑间传送大型文件的程序。应用多线程技术,支持段点继传等技术。-A computer to send large files between the procedures. Application of multi-threading technology, to support the above points, following the mass, such as technology.
processdemon
- 对其他进程进行监控,能自动重新启动其他进程。可以通过进程间通讯停止其他进程-check others process in windows system. send message to other process.auto restart other process.
PostMessageSendMessage
- 多线程间发送消息,调用系统的消息机制实现用消息进行线程间的通信-Send message among many threads, call system with message message mechanisms to achieve inter-thread communication
thread_chat
- 试验功能:通过线程的方式,完成数据发送和接受-Test functions: the way through the thread to complete the data send and receive
SendMessageToNonWindows
- send windows message to other application