资源简介
MFC用户界面线程举例 实现主窗口的显示和隐藏
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “UIThread.h“
#include “MainFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainframe
IMPLEMENT_DYNCREATE(CMainframe CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static UINT indicators[] =
{
ID_SEPARATOR // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-03-30 14:17 UIThread\
文件 2509 2012-03-30 14:17 UIThread\MainFrm.cpp
文件 1581 2012-03-30 14:17 UIThread\MainFrm.h
文件 4359 2012-03-30 14:17 UIThread\ReadMe.txt
目录 0 2012-03-30 14:17 UIThread\res\
文件 779 2012-03-30 14:22 UIThread\Resource.h
文件 1078 2012-03-30 14:17 UIThread\res\Toolbar.bmp
文件 1078 2012-03-30 14:17 UIThread\res\UIThread.ico
文件 400 2012-03-30 14:17 UIThread\res\UIThread.rc2
文件 1078 2012-03-30 14:17 UIThread\res\UIThreadDoc.ico
文件 210 2012-03-30 14:17 UIThread\StdAfx.cpp
文件 1054 2012-03-30 14:17 UIThread\StdAfx.h
文件 1498 2012-03-30 15:08 UIThread\UIDlg.cpp
文件 1232 2012-03-30 15:00 UIThread\UIDlg.h
文件 44424 2012-03-30 15:17 UIThread\UIThread.aps
文件 2775 2012-03-30 15:17 UIThread\UIThread.clw
文件 4245 2012-03-30 14:17 UIThread\UIThread.cpp
文件 4849 2012-03-30 14:52 UIThread\UIThread.dsp
文件 524 2012-03-30 14:17 UIThread\UIThread.dsw
文件 1378 2012-03-30 14:17 UIThread\UIThread.h
文件 74752 2012-03-30 15:18 UIThread\UIThread.ncb
文件 49664 2012-03-30 15:17 UIThread\UIThread.opt
文件 940 2012-03-30 15:17 UIThread\UIThread.plg
文件 12168 2012-03-30 15:17 UIThread\UIThread.rc
文件 1227 2012-03-30 14:55 UIThread\UIThread1.cpp
文件 1292 2012-03-30 14:19 UIThread\UIThread1.h
文件 1782 2012-03-30 14:17 UIThread\UIThreadDoc.cpp
文件 1497 2012-03-30 14:17 UIThread\UIThreadDoc.h
文件 2726 2012-03-30 14:27 UIThread\UIThreadView.cpp
文件 1811 2012-03-30 14:18 UIThread\UIThreadView.h
- 上一篇:Graveyard C语言
- 下一篇:c++调用matlab生成的Dll动态连接库
评论
共有 条评论