-
VC++ 6.0通过消息机制实现进程间的通信
VC++ 6.0通过消息机制实现进程间的通信,这个实例写了两个子程序,一个是发送消息端,一个是接收消息端,接收端主要是接收其他进程向该窗口发送的消息,发送消息端获取目的窗口对象,向窗口“MYRECEIVER”发送自定义消息,若接收端没上线,则会使用AfxMessageBox弹出提示("没有找到MYRECEIVER窗口!"),更多源代码细节,请参考压缩包中的对应文件,最终的运行效果请参见截图所示。
- 2022-10-26 09:30:07下载
- 积分:1
-
C100
说明: 经典C编程100例子,非常实用,特别是对初学C语言的朋友有极大帮助,让他们少走弯路。(100 classic C programming examples, very useful, especially for the novice C language have great friends to help, so that they fewer detours.)
- 2008-10-27 11:01:27下载
- 积分:1
-
MFC_lib
mfc框架中经常用到的一些库,方便程序员查找之用(mfc framework often used in some of the bank to facilitate the use of programmers to find)
- 2010-09-01 11:53:31下载
- 积分:1
-
VC与Flash的交互例子
本例程是提供VC和flash之间的交互方法说明的源码,主要功能如下:
1.VC中如何调用flash的方法的;
2.在Flash中如何回调vc的方法;
- 2022-05-17 01:06:40下载
- 积分:1
-
VC++ 创建MFC工作者线程,进行耗时计算
VC++ 创建MFC工作者线程,进行耗时计算,时间显示为一个线程,另外用户可通过菜单中创建一个进度条演示的工作者线程,运行效果如图所示,创建工作者线程相关定义代码:
memset(&font,0,sizeof(LOGFONT));//为字体结构赋初值,默认值
font.lfHeight=30;//字体高度为50
font.lfWeight=600;
strcpy(font.lfFaceName,"Arial");
myfont.CreateFontIndirect(&font); //创建新字体
oldfont=dc.SelectObject(&myfont);//将新字体选入设备环境*/
CTime m_time;
m_time=CTime::GetCurrentTime();//获取当前时间日期
CString str=m_time.Format("当前时间:%H:%M:%S");//格式化
dc.TextOut(20,20,str);//显示时间
dc.SelectObject(oldfont);//恢复设备环境中的旧字体
- 2022-02-11 23:05:26下载
- 积分:1
-
6.5-GetSubnet
利用VC技术(包含MFC中的相关函数实现)获取本机的子网掩码。(Use VC technology (including the correlation function in the MFC implementation) to obtain the subnet mask of this machine.)
- 2013-01-18 15:00:48下载
- 积分:1
-
TEncCavlc
TEncCavlc reference 3D-HEVC
- 2018-05-12 02:40:21下载
- 积分:1
-
EMD-cPP
说明: EMD分解c语言描述,循环过程说明,大家可以参考 (C language to describe the EMD decomposition, cycle instructions,)
- 2021-02-03 01:10:00下载
- 积分:1
-
zhizhenshizhi
详细分析了c语言内存指针的实质及使用方法希望对学习c语言有帮助(Detailed analysis of the c language pointer memory and how to use the substance of hope to learn c language help)
- 2009-01-04 00:29:15下载
- 积分:1
-
VC6.0 自定义折线图形源码
VC6绘制折线图形控件,可用于工位机相关项目软件开发,也可用于学习VC++下GDI绘图,实用价值大,可以收藏一下。
- 2022-06-14 09:00:05下载
- 积分:1