搜索资源列表
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
thread2_threadCommnicate
- windows 线程的三种通信方式,包括发消息,共享全局变量等。-three ways of communications between windows thread,include sendmessage ,share globals etc.
ProcessCom
- windows进程间通信机制,讲解详细,包括sendmessage用法,驱动与应用程序的交互等-process comminication
MultiThreadModelLessDialog
- 这是使用AfxBeginThread写的两个对话框通信的程序,分别是主框和一个非模态对话框,通信方式是SendMessage,代码有一定注释量,适合初学者-This is a program of the two dialog boxes using AfxBeginThread written communication are the main frame and a non-modal dialog, means of communication SendMessage code anno
SendMessage
- 多线程中线程间消息传递的demo,通过此例子可以进行windows中多线程编程-Inter-thread messaging demo
WpfCrossingProcessDemo
- WPF进程间通讯例子,通过SendMessage方法向另一进程发送消息。-Inter-process communication WPF example, to send a message to another process through SendMessage method.
captureIconInfor
- VC++ 跨进程管理系统任务栏所有程序托盘图标,通过查找获得任务栏ToolbarWindow32控件的句柄,再通过SendMessage发送消息进一步获取图标详细信息等。-MANAGER ICON FOR ALL PROCESSES ,AND GET HANDLE BY ToolbarWindow32,THEN GET ICON INFOR
yesmkgesyUse
- Use of SENDMESSAGE messages-The Use of SENDMESSAGE messages
89660432
- 通过Windows API函数SendMessage发送消息使List Box中的每一个Item有不同的Tooltip,(Through the Windows API function SendMessage sending messages to each Item in the List Box has a different Tooltip,)
828672
- SendMessage实现关闭显示器,很不错的易语言源码,适合易语言爱好者学习,()