// BmpView.cpp : main source file for BmpView.exe
//
#include "stdafx.h"
#include <atlframe.h>
#include <atlctrls.h>
#include <atlctrlw.h>
#include <atldlgs.h>
#include <atlscrl.h>
#include <atlmisc.h>
#include <atlprint.h>
#include "resource.h"
#include "View.h"
#include "props.h"
#include "list.h"
#include "MainFrm.h"
CAppModule _Module;
int Run(LPTSTR /*lpstrCmdLine*/ = NULL, int nCmdShow = SW_SHOWDEFAULT)
{
CMessageLoop theLoop;
_Module.AddMessageLoop(&theLoop);
CMainFrame wndMain;
if(wndMain.CreateEx() == NULL)
{
ATLTRACE(_T("Main window creation failed!\n"));
return 0;
}
wndMain.ShowWindow(nCmdShow);
int nRet = theLoop.Run();
_Module.RemoveMessageLoop();
return nRet;
}
int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPTSTR lpstrCmdLine, int nCmdShow)
{
INITCOMMONCONTROLSEX iccx;
iccx.dwSize = sizeof(iccx);
iccx.dwICC = ICC_COOL_CLASSES | ICC_BAR_CLASSES;
BOOL bRet = ::InitCommonControlsEx(&iccx);
bRet;
ATLASSERT(bRet);
HRESULT hRes = _Module.Init(NULL, hInstance);
hRes;
ATLASSERT(SUCCEEDED(hRes));
int nRet = Run(lpstrCmdLine, nCmdShow);
_Module.Term();
return nRet;
}
没有合适的资源?快使用搜索试试~ 我知道了~
WTL Makes UI Programming a Joy Part 2: The Bells and Whistles - ...
共14个文件
h:6个
cpp:2个
ico:1个
需积分: 9 57 下载量 40 浏览量
2008-10-16
13:11:09
上传
评论
收藏 22KB ZIP 举报
温馨提示
Recall from Part 1 of this series, that the Windows Template Library (WTL) is available on the January 2000 Platform SDK and beyond. It’s an SDK sample produced by members of the ATL team chartered with building an ATL-based wrapper around the windowing portions of the Win32 API. In Part I, I covered WTL’s support for SDI, Multi-SDI, MDI, and explorer/workspace-style applications that use command bars, splitters, GDI wrappers, helper classes, and DDX. In Part II, I’ll give you a look into WTL’s common controls wrappers, common dialog wrappers, property sheets, printing, print preview, scrolling support, message cracking, filtering, and idle handling. I will demonstrate these features while building a new sample program: BmpView.
资源推荐
资源详情
资源评论
收起资源包目录
WTLPart2Samples.zip (14个子文件)
BmpView
resource.h 1KB
stdafx.h 474B
props.h 9KB
BmpView.opt 53KB
view.h 2KB
BmpView.dsw 539B
mainfrm.h 15KB
stdafx.cpp 229B
BmpView.dsp 5KB
BmpView.cpp 1KB
res
BmpView.ico 1KB
Toolbar.bmp 1KB
list.h 3KB
BmpView.rc 13KB
共 14 条
- 1
资源评论
yangzhi
- 粉丝: 0
- 资源: 6
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Keil C51 插件 检测所有if语句
- 各种排序算法java实现的源代码.zip
- 金山PDF教育版编辑器
- 基于springboot+element的校园服务平台源代码项目包含全套技术资料.zip
- 自动化应用驱动的容器弹性管理平台解决方案
- 各种排序算法 Python 实现的源代码
- BlurAdmin 是一款使用 AngularJs + Bootstrap实现的单页管理端模版,视觉冲击极强的管理后台,各种动画效果
- 基于JSP+Servlet的网上书店系统源代码项目包含全套技术资料.zip
- GGJGJGJGGDGGDGG
- 基于SpringBoot的毕业设计选题系统源代码项目包含全套技术资料.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功