搜索资源列表
在工具栏添加自定义状态栏消息和提示.rar
- 在工具栏添加自定义状态栏消息和提示
page56
- 刊登在2005年第2期的代码,代码演示了在Visual C++中利用自定义消息实现线程间通讯。-published in 2005, two of code, code demonstrating the use of Visual C since the definition of news to achieve communication between threads.
自定义控件
- 用VC写的自定义控件的程序 该控件是一个MFC常规DLL,它实现了一个简单的功能,类似于Static控件。 它可以显示一段文本 当用户利用鼠标左键单击时,该控件就给父窗口发送一个单击通知消息 可以响应两个用户自定义消息,WM_SETCONTROLTEXT(设置显示的文本),WM_GETCONTROLTEXT(得到显示的文本)-VC write OCX control of the process is a conventional MFC DLL, it achieved a s
WINDOWS消息的处理
- Windows 应用程序是靠消息驱动的,在VC中我们通过 Classwizard 可以为某窗口类添加消息处理函数,Classwizard将为你添加消息映射,对于 Windows 消息,生成的消息处理函数重载了基类的虚拟方法。而在C#中如何处理消息呢?本文针对VS.NET 2003 境下的C#简单地介绍 Windows 消息以及自定义消息的处理方法。-Windows applications rely on news-driven, in VC Classwizard we can add a c
MFC自定义消息
- MFC自定义消息
WindowsMobile非全屏窗体和自定义消息提示框
- WindowsMobile非全屏窗体和自定义消息提示框
使用自定义消息进行线程间的通
- 使用自定义消息进行线程间的通信 对初学者大有裨益-Using a custom message communication between threads of great benefit for beginners
ex07a
- 实现VC++6.0环境下非模式对话框的编辑动作,从对话框中取得编辑控件的值,然后通过自定义消息传回View类来处理。
CustomMessage
- 一个delphi的演示使用自定义消息的程序。-Delphi demo using a custom program messages.
串口通信及自定义消息
- 从零开始学VC系列教程三.串口通信及自定义消息-VC series of three tutorials learn from scratch. Serial communication and self-defined message
在工具栏添加自定义状态栏消息和提示
- 在工具栏添加自定义状态栏消息和提示-On the toolbar to add a custom status bar news and tips
mymsg
- MFC中如何自定义消息 -MFC in how to customize the news
MyWindow
- Windows自定义消息传递机制 实现WinAPI Windows封装-Windows custom messaging mechanisms WinAPI Windows package
jc
- 进程通讯(自定义消息) -The process of communications (custom message)
AlphaPopupWnd
- 仿QQ,MSN 消息提示框,实现自绘界面,自定义标题、链接文字内容,渐隐渐显、可控制透明度、滑动显示的速度,下滑过程中遇到鼠标自动弹出等功能-Interface to achieve self-painted, custom headers, link text, like QQ, MSN message box, can control the transparency, speed slide show
postmessage
- delphi自定义消息范例 delphi自定义消息范例 delphi自定义消息范例-delphi custom message custom message delphi sample sample example delphi custom message custom message delphi sample
MultiThreadComm
- 线程间通信,使用自定义消息;利用Windows操作系统的消息驱动机制,当一个线程发出一条消息时,操作系统首先接收到该消息,然后把该消息转发给目标线程,接收消息的线程必须已经建立了消息循环。 -Communication between threads, using custom message use Windows operating system, message-driven mechanism, when a thread with a message, the operatin
WeConnect
- 群组播对话代码 WM_SOCKETRECEIVE = WM_USER + 123 //自定义的SOCKET接收消息ID Icon_Message = WM_USER + 124 //小图标消息 m_SendPort = 60001 //本机IP组播的端口(UDP端口) m_GroupAddr = 224.0.0.9 //组播组的地址 -Dialogue group broadcast code
Mytestmsg
- MFC不同对话框之间通过自定义消息交互,自定义消息MFC-MFC dialog between the different interactions with custom messages, custom messages MFC
WPF 自定义控件库
- WPF 自定义控件库,包含按钮,等待,消息,文本,图片,日历,开关按钮等自定义控件,可自由修改显示样式,窗体样式,控件样式,提供学习使用