资源简介
对话框中实现浮动工具栏
代码片段和文件信息
// DialogCuTBar.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “DialogCuTBar.h“
#include “DialogCuTBarDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDialogCuTBarApp
BEGIN_MESSAGE_MAP(CDialogCuTBarApp CWinApp)
//{{AFX_MSG_MAP(CDialogCuTBarApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDialogCuTBarApp construction
CDialogCuTBarApp::CDialogCuTBarApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDialogCuTBarApp object
CDialogCuTBarApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDialogCuTBarApp initialization
BOOL CDialogCuTBarApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CDialogCuTBarDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2147 1998-12-14 16:02 DialogCuTBar.cpp
文件 32768 1998-12-14 19:08 DialogCuTBar.exe
文件 1398 1998-12-14 16:02 DialogCuTBar.h
文件 1078 1998-12-14 18:47 DialogCuTBar.ico
文件 6551 1998-12-14 19:08 DialogCuTBar.rc
文件 404 1998-12-14 16:02 DialogCuTBar.rc2
文件 6566 1998-12-14 19:08 DialogCuTBarDlg.cpp
文件 1842 1998-12-14 18:59 DialogCuTBarDlg.h
文件 878 1998-12-14 19:00 idc_stat.bmp
文件 3455 1998-12-14 16:02 ReadMe.txt
文件 969 1998-12-14 19:08 resource.h
文件 210 1998-12-14 16:02 StdAfx.cpp
文件 987 1998-12-14 16:02 StdAfx.h
文件 3357 1998-12-14 18:41 StTbar.cpp
文件 1973 1998-12-14 19:04 StTbar.h
文件 878 1998-12-14 16:05 toolbar1.bmp
相关资源
- ftp工具代码
- c++语法查询工具
- dll依赖文件检测工具
- Linux开发工具手册
- VC6查找与替换插件
- 一个C++实现的源代码行数统计工具
- Delphi反编译工具
- 简单通讯录C语言实现
- MFC基于对话框游戏 打字游戏1.0V
- MFC基于对话框的气体浓度检测系统
- c++ test9.5破解工具
- Dev-C++ V5.7.1中文版(32位64;位)_C++ 开
- SLAM算法大全,包括代码和文档、工具
- 基于MFC的无线串口调试工具-哈工大威
- celrityC/C++源码查看工具
- BC45,BC++ 4.5 开发工具
- mfc基于对话框编程的学生信息管理系
- C语言大一期末考小助手
- 如何在Visual StudioVS里使用libsvm工具箱
- CommBox通讯调试工具V1.261
- 基于udp的socket编程
- 图片切割工具
- MFC基于对话框GDI+简单绘图
- 段页式存储管理地址转换
- mfc中模态、非模态对话框与主对话框
- VC++ 对话框 滚轮 计算器
- VS2010基于对话框的MFC 工具栏和状态栏
- acr122udriver+mfcuk M1卡破解工具
- matcom4.5绿色破解版
- MFC皮肤免费可用
评论
共有 条评论