Description: Introduction
rtflib is a free C-library which is developed in order to help developers. Considering this release, 100% compatibility is achieved only with MS Word 97 to MS Word 2003 applications used as external RTF viewer to generated RTF documents. For the future, it is planned to extend this to all possible RTF viewers that support RTF specification 1.8 which is documented by Microsoft and can be found here.
Background
A developer may use CRichEditCtrl, a MFC control, in order to get RTF output from the source code. This is the control upon which WordPad application is built. But, there are many limitations when considering the generated RTF file. Also, an RTF document can be created with any advanced text editor directly. This library, however, provides a low-level interface to RTF syntax which is not so easy to be hand-coded like HTML. It can be extended and adopted to custom needs. Also, a custom high-level interface is a challenge to be built on this low-level interface base. Platform: |
Size: 11614 |
Author:tk_xia@163.com |
Hits:
Description: First of all, there are lots of custom tree controls available so what s the need for this? In one of my projects I happened to use several tree controls to show data objects at different levels and I had to deal with user actions. Each time, my tree control has to respond in different way depending on the selected item. Here I present what I have (I re-wrote some of my code to use this custom control and I believe that it is more readeble and easy to understand now) -First of all, there are lots of custom tree controls availabl e so what's the need for this In one of my projects I happened to use several tree controls to show da ta objects at different levels and I had to deal w praxiology user actions. Each time, my tree control has to respond in different way d epending on the selected item. Here I present wh at I have (I re-wrote some of my code to use this cu stom control and I believe that it is more readeb le and easy to understand now) Platform: |
Size: 18432 |
Author:gaowen |
Hits:
Description: 用MFC做的调色板,通过3个滚动条控制3种基本颜色,通过他们的组合做出各种颜色。-MFC to do with the color palette, through the three scroll bars to control three kinds of basic colors, through their portfolio and make a variety of colors. Platform: |
Size: 25600 |
Author:zhangdashuang |
Hits:
Description: 实现一个自动化测量系统的上位机控制软件:
代码行5万行以上,包含丰富的自定义类,复杂的界面,复杂的控制功能,实现MFC打印功能-The realization of an automated measuring system of the PC control software: 50,000 lines of code above the line contains a wealth of custom categories, complex interfaces, complex control functions, the realization of MFC printing function Platform: |
Size: 1172480 |
Author:hhb |
Hits:
Description: This a sample of a custom MFC control where the text is painted with a font loaded from a ttf file.-This is a sample of a custom MFC control where the text is painted with a font loaded from a ttf file. Platform: |
Size: 107520 |
Author: |
Hits:
Description: 自定义滚动条控件,利用CStatic控件派生一个自定义滚动条CCustomScroll,在CStatic控件上利用位图绘制滚动条箭头,滚动块及滚动区域-Custom scroll bar control, the use of a CStatic derived custom control scrollbar CCustomScroll, in CStatic control on the use of digital mapping scroll bar arrows, scroll rolling blocks and regional Platform: |
Size: 4790272 |
Author:周燕 |
Hits:
Description: 自定义listcontrol控件,用API实现mfc控件-Custom control, using API to achieve mfc control, overload control, and other information can be Platform: |
Size: 4042752 |
Author:xuhuicong |
Hits:
Description: 一个非常有用的tooltip控件,利用这个控件你可以非常方便的建立你自己的工具条说明文本显示-A custom tooltip is a seductive but dangerous notion, and if you don t do it right you could have the Interface Police knocking on your door. Nevertheless, if you decide you do want complete control over the contents of your tooltips and you re using MFC, here s an approach that should get you going.
Platform: |
Size: 150528 |
Author:liulei |
Hits:
Description: 关于学习visual c++比较全面的ppt
目录:
第1章 开始使用Visual C++
第2章 变量和表达式
第3章 流程控制结构
第4章 数组和字符串
第5章 函数
第6章 指针与引用
第7章 程序文件和预处理指令
第8章 自定义数据类型
第9章 类的更多功能
第10章 继承与多态性
第11章 标准模板库
第12章 异常处理
第13章 创建Windows应用程序
第14章 使用MFC创建Windows程序
第15章 消息和命令
第16章 菜单
第17章 在窗口中绘图
第18章 对话框和控件
第19章 文件与串行化
第20章 动态链接库与钩子
第21章 使用ODBC数据源
第22章 数据库和ADO.NET-
Learn visual c++ on a more comprehensive ppt
Directory:
Chapter 1 started with Visual C++
Chapter 2 Variables and Expressions
Chapter 3, flow control structures
Arrays and strings Chapter 4
Chapter 5 Functions
Chapter 6 pointer and reference
Chapter 7 and pre-order program files
Chapter 8 custom data types
Chapter 9 More features class
Inheritance and Polymorphism Chapter 10
Chapter 11 Standard Template Library
Chapter 12 Exception Handling
Chapter 13 Creating Windows Applications
Chapter 14 Creating Windows program using MFC
Chapter 15 messages and commands
Chapter 16 Menu
Chapter 17 of the drawing in the window
Dialog boxes and controls Chapter 18
Chapter 19 Documents and serialization
Chapter 20 Dynamic Link Library and the hook
Chapter 21 ODBC data source using
Database and ADO.NET Chapter 22...
Platform: |
Size: 3079168 |
Author:程博 |
Hits:
Description:
CatListBox_src.zip
CatListBox_demo.zip
这个程序模仿Outlook建立分类列表框。
CClockST_src.zip
CClockST_demo.zip
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。
CIVStringSet_Demo.zip
CIVStringSet_Source.zip
基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。
enum_display_modes_demo.zip
enum_display_modes_src.zip
列出所有的显示模式并列表出来,通过单击列表来改变显示分辨率。
iconbutton_demo.zip
iconbutton_src.zip
创建一个按钮,并在上面显示图标。
jpeglib_demo.zip
jpeglib_src.zip
利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。
Mail_Report.zip
一个邮件报告程序。
SrcFirstProg.zip
解释了最基本的MFC程序流程。
tabcontrol_demo.zip
tabcontrol_src.zip
自定义的标签控件对话框。
Undo_demo.zip
undo_src.zip
在VC中实现Undo和Redo功能。
-CatListBox_src.zip CatListBox_demo.zip establish this program mirror the Outlook category list box. CClockST_src.zip CClockST_demo.zip a simple digital clock program, which date class derived from MFC CStatic base class. CIVStringSet_Demo.zip CIVStringSet_Source.zip platform based on MFC and STL string class can be achieved in the fast string search. enum_display_modes_demo.zip enum_display_modes_src.zip list display mode and a list of all out by clicking on the list to change the display resolution. iconbutton_demo.zip iconbutton_src.zip create a button, and display the icon above. jpeglib_demo.zip jpeglib_src.zip using Delphi code to display JPG images in the VC, do not use dynamic link library. Mail_Report.zip a mail reporting procedures. SrcFirstProg.zip explains the basic MFC program flow. tabcontrol_demo.zip tabcontrol_src.zip custom label control dialog box. Undo_demo.zip undo_src.zip implemented in VC Undo and Redo functionality.
Platform: |
Size: 343040 |
Author:stallion |
Hits:
Description: MFC 下的自定义控件,实现了根据输入一组数据进行折线图的绘制,还可以截图和保存数据到剪切板。-MFC under the custom control to achieve a set of data based on the input line mapping, can also capture and save data to the clipboard. Platform: |
Size: 62464 |
Author:韩晓明 |
Hits:
Description: VC++,MFC基本控件的代码。约30个范例,包括各种文本框,列表框的定制,很实用。-您是不是要找: VC++,MFC基本控件的代码。约30个案例,包括各种文本框,列表框的定制,很实用。
允许输入拉丁字符的拼音
VC++, MFC basic control code. About 30 examples, including text boxes, list boxes, custom, very practical. Platform: |
Size: 3892224 |
Author: |
Hits:
Description: MFC自定义控件,包括按钮 编辑框 列表框 树形控件 菜单控件等(注:不是工程,只有源代码)-MFC custom controls, including the button edit box list box tree control menu control (Note: not works, only the source code) Platform: |
Size: 183296 |
Author:朱小涛 |
Hits: