Location:
Search - ATL GDI
Search list
Description: This is an example of how to print via GDI in Windows, without using MFC, ATL, .NET, or Forms.
Platform: |
Size: 14344 |
Author: 孙凯 |
Hits:
Description: 序言 3
第一章ATL 界面类 4
1.1、对本书的总体介绍 4
1.2、对这一章的简单介绍 5
1.2.1、ATL 背景知识 ATL 和 WTL 的发展历史 5
1.2.2、ATL风格模板 6
1.3、ATL 窗口类 8
1.3.1、定义一个窗口的实现 8
1.3.2、填写消息映射链 9
1.3.3、高级消息映射链和嵌入类 11
1.3.4、ATL程序的结构 13
1.3.5、ATL中的对话框 15
第二章WTL 界面基类 18
2.1、WTL 总体印象 18
2.2、开始写WTL程序 18
2.2.1、WTL 对消息映射的增强 20
2.2.2、从WTL的应用程序生成向导能得到什么 24
第三章 工具条与状态条 35
3.1、主窗口的工具条和状态条 35
第四章 对话框与控件 48
第五章 高级对话框用户界面类 67
第六章 包容ActiveX控件 82
第七章 分隔窗口 96
第八章 属性页与向导 112
第九章 GDI类,通用对话框,初始化类 127
9.1、GDI 封装类 127
9.1.1、封装类的通用函数 128
9.2.3、与 MFC 封装类的不同之处 130
9.3、资源装载(Resource-Loading)函数 130
9.4、使用通用对话框 133
9.4.1、CFileDialog类 134
9.4.2、CFolderDialog类 137
9.5、其它有用的类和全局函数 138
9.5.1、对结构的封装 138
9.5.2、处理双类型参数的类 138
9.6、其它工具类 139
9.7、全局函数 141
9.8、宏 142
9.9、例子工程 143
第十章 支持拖放操作 147
Platform: |
Size: 2290176 |
Author: 215486763@qq.com |
Hits:
Description: This is an example of how to print via GDI in Windows, without using MFC, ATL, .NET, or Forms.
Platform: |
Size: 14336 |
Author: 孙凯 |
Hits:
Description: SkinSE免费换肤界面库
SkinSE(全称:skin so easy)是一款真正意义上适合软件界面开发的C++皮肤库。通过使用XML文件来配置GDI资源(如:图片、字体、颜色、光标等),最大程度将界面与逻辑分开,让程序员有更多
的时间去进行软件内部的逻辑处理。SkinSE没有完全采用传统的HOOK修改窗口过程函数的方式,而只是针对具体窗口进行界面处理,并且兼容HOOK模式。SkinSE只用到了windows几个底层的核心库,没
有用到(MFC/ATL等)第三方库,采用纯API编写,采用C语言导出方式,增强可移植性。SkinSE开发小组由数名具有多年windows界面开发经验的程序员组成,对软件界面开发有独特的经验和技巧,立志
开发一款前沿的换肤技术展现给大家!
官方网站地址:http://www.skinse.com
联系电话: (0)15013462355 (0)13760777417
邮件地址 : xiaofangmsg@hotmail.com 82799232@qq.com
Q Q号码: 182408087(渠道合作) 82799232(业务客服)-SkinSE free skin interface library
SkinSE (full name: skin so easy) is a real sense for software interface developed by C++ skin banks. Through the use of XML file to configure the GDI resources (such as: Figure
Films, fonts, color, cursor, etc.) to maximize separation of the interface and logic, so that programmers have more
Time to the internal logic processing software. SkinSE not fully using the traditional HOOK change the way the window procedure function, but only specific windows interface
Processing, and is compatible with HOOK mode. SkinSE only used the windows of several underlying core libraries, no
Useful to (MFC/ATL, etc.) third-party library, prepared using pure API, using C language to export methods, increase the portability. SkinSE team with many years of windows by a few
Composed of experienced programmer interface development, software interface development has a unique experience and skills, determined to
Development of a cutting-edge ski
Platform: |
Size: 3203072 |
Author: chenzifeng |
Hits:
Description: WTL起步-玩转图形界面 WTL是2000年1月随Windows的平台SDK始发的。起初是ATL项目组写的一个基于ATL的,封装了相关win32窗口API的例程。自 ATL2.0开始,ATL就已经有一些简单的相关窗口函数的封装类,例如:CWindow,CWindowImpl和CDialogImpl。然而,当我们比较MFC的界面相关部分的功能时,ATL对界面编程的支持简直就是一个玩笑。甚至到了ATL3.0,ATL仍然没有对诸如MDI,命令条,DDX,打印,GDI等流行功能的支持。最被人喜爱的MFC的CString也没被支持进来。没有对这些功能的支持,ATL很难满足拥有压倒性数量的使用MFC的编程人员的需求。WTL就是ATL项目组认为ATL风格的窗口编程模型应该有的样子。表1列出了WTL与MFC在界面编程相关功能方面的比较。-WTLStartFunGraphicalInterface WTL is January 2000 with the departure of the Windows platform SDK. ATL was originally written by a team based on ATL, and package the relevant win32 windows API routines. Since the beginning ATL2.0, ATL has been associated with some simple wrapper classes window function, such as: CWindow, CWindowImpl and CDialogImpl. However, when we compare the relevant parts of the interface MFC functions, ATL programming support on the interface is simply a joke. Even to the ATL3.0, ATL is still not as MDI, command bar, DDX, printing, GDI and other popular features of the support. The most popular of the MFC s CString did not come to be supported. Did not support these features, ATL is difficult to meet the overwhelming number of persons using the MFC programming needs. WTL is the style of ATL ATL project team that should have a window like programming model. Table 1 lists WTL and MFC programming interface-related functions in the comparison.
Platform: |
Size: 842752 |
Author: yc |
Hits:
Description: 此为wtl的安装程序,安装完成后,就可以使用安装后的文件了,使用vc进行开发。
WTL 在开发者之间的悄悄传播已经超过一年了, 传闻它是基于ATL的,并在微软内部使用.这理所当然的引起了ATL开发者社区的主意.这些人从ATL1.1开始,就一直为ATL控件书写UI代码,但是他们发现,他们的所写的代码常常就是纯的Win32 GDI代码.我告诉您, WTL并没有多大不同.
-This is a wtl installer, the installation is complete, you can use the files after installation, use vc for development. WTL quietly in the development of communication among more than a year, rumors of it is based on ATL, and Microsoft internal use only. This of course caused the ATL developer community idea. ATL1.1 these people from the beginning has been writing UI code for the ATL control, but they found that their code is often written in pure Win32 GDI is the code. I tell you, WTL is not much different.
Platform: |
Size: 385024 |
Author: tianzhiya |
Hits:
Description: 2012年最新二维条码开发(C#)源程序代码,VS2008开发,是C#工具开发二维码应用最理想的参考范例。提供ATL插件接口开发方法,非托管API调用方法,并教您如何将图像、声音和指纹压缩放入二维码中。二维码种类包括:PDF417,Qr_Code,DataMatrix和HanXin等-
GDI/图象编程-The 2012 two-dimensional bar code development (C#) source code, VS2008 development, the development of the best examples of reference of the application of the two-dimensional code C# tools. Unmanaged API calls to provide a the ATL plugin interface development methodology, and teach you how to compress the image, voice and fingerprint into the two-dimensional code. Types of two-dimensional code including: of PDF417, Qr_Code, DataMatrix and HanXin etc.- GDI/image programming
Platform: |
Size: 194560 |
Author: 何老师 |
Hits:
Description: wtl
中文版序言
Part I ATL GUI Classes
Part II WTL GUI Base Classes
Part III Toolbars and Status Bars
Part IV - Dialogs and Controls
Part V - Advanced Dialog UI Classes
Part VI - Hosting ActiveX Controls
Part VII - Splitter Windows
Part VIII - Property Sheets and Wizards
Part IX - GDI Classes, Common Dialogs, and Utility Classes
Part X - Implementing a Drag and Drop Source
-wtl
中文版序言
Part I ATL GUI Classes
Part II WTL GUI Base Classes
Part III Toolbars and Status Bars
Part IV- Dialogs and Controls
Part V- Advanced Dialog UI Classes
Part VI- Hosting ActiveX Controls
Part VII- Splitter Windows
Part VIII- Property Sheets and Wizards
Part IX- GDI Classes, Common Dialogs, and Utility Classes
Part X- Implementing a Drag and Drop Source
Platform: |
Size: 16040960 |
Author: hzf |
Hits: