WTL Makes UI Programming a Joy Part 2: The Bells and Whistles - Samples

时间:2011-11-06 06:57:49
【文件属性】:

文件名称:WTL Makes UI Programming a Joy Part 2: The Bells and Whistles - Samples

文件大小:22KB

文件格式:ZIP

更新时间:2011-11-06 06:57:49

WTL

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.


【文件预览】:
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)

网友评论