Welcome![Sign In][Sign Up]
Location:
Search - CRichEditview

Search list

[EditBoxMyWord

Description: 一个实用WORD处理程序.该实例较深入演示CRichEditView的使用.
Platform: | Size: 36429 | Author: nametrue | Hits:

[RichEditMyWord

Description: 一个实用WORD处理程序.该实例较深入演示CRichEditView的使用.-WORD a practical process. The example of a more in-depth presentation CRichEditView use.
Platform: | Size: 35840 | Author: nametrue | Hits:

[Windows DevelopSdiMulti

Description: SdiMulti 多文档应用程序,实现了CView、CTreeView、CListView、CScrollView、CEditView、CRichEditView、CFormView等视图和按钮、列表控件、静态文本等控件的透明背景显示。-SdiMulti multi-document application, achieved a CView, CTreeView, CListView, CScrollView, CEditView, CRichEditView, CFormView, etc. View and buttons, list controls, such as static text control transparent background shows.
Platform: | Size: 217088 | Author: 林秀国 | Hits:

[Program docRichedit

Description: a.可以编译,不能执行的 AfxInitRichEdit() b.升级默认的Riched版本(默认的有一些bug),如 可在InitInstance中添加 LoadLibrary("RICHED20.DLL") 最后注意 FreeLibrary 如果是CRichEditView基类的可用 BOOL CXXXXXXView::PreCreateWindow(CREATESTRUCT& cs) { //装入rich edit version 2.0 if (LoadLibraryA("RICHED20.DLL") == NULL) { AfxMessageBox(_T("Fail to load \"riched20.dll\"."),MB_OK | MB_ICONERROR) -very good!
Platform: | Size: 12288 | Author: 伊一 | Hits:

[RichEditedit

Description: The edit-views are easy to use, but lacks some basic functionality. This sample demonstrates a few CEditView and CRichEditView enhancements: - Plain text in CRichEditView - CFontDialog (enhanced) - Unicode
Platform: | Size: 50176 | Author: bon | Hits:

[Dialog_WindowTask3

Description: 用MFC开发一个简单文本查看程序: ① 不能用MFC的CRichEditView或其它控件实现,用Textout等API实现文本绘制功能 ②能够打开、保存.txt格式的文本文件;③能够控制文本的大小、颜色、字体等,并实现相应的控制界面(对话框方式),设置后,当前显示的文本均按相应属性显示。④实现文本的编辑、查找、替换功能。 -A simple text viewer program developed using MFC: ① The MFC-CRichEditView or other controls can not achieve Textout such as API text rendering capabilities (2) be able to open, save a text file. Txt format (3) able to control the text size, color, font, and the corresponding control interface (dialog mode), display settings, the text according to the corresponding properties of the currently displayed. (4) the text editor, find, replace function.
Platform: | Size: 101376 | Author: wen | Hits:

[OtherCHtml

Description: CRichEditView保存文本和文本的格式化特征。CRichEditDoc保持视中的客户项的列表。CRichEditCntrItem支持从容器方对OLE客户项的访问。文本可以被赋予字母或段落的格式化,也可以包括嵌入的OLE对象。带格式编辑控件为格式化文本提供了设计界面。但是,应用程序必须实现需要的用户部件,以使格式化操作对用户来说可用。-CRichEditView save text and text formatting features. CRichEditDoc to maintain a list of customers in the. CRichEditCntrItem supports access to the OLE client the container. Text can be assigned to the letter or paragraph of the format, it can also include embedded OLE object. With the format of the edit control to provide the design of the format of the text interface. However, the application must implement the required user components to enable the user to be used for formatting operations.
Platform: | Size: 36864 | Author: 任重 | Hits:

[EditBoxRichEditEx

Description: 该例程用vc++编写,对CRichEditView进行派生,使之能够像Visual Studio 2008一样识别关键字、动词、注释等并及时用相应的颜色标注。 大小写敏感性可以设置,标注颜色也可以根据需要进行更改。其中动词之后的非注释部分知道行尾都标注成统一颜色,而且具备不标注“”、‘’以内的文本的功能。-rich edit control which can recognize key words and comment. like vs2008 and vc-assistance. it s a useful tool
Platform: | Size: 41984 | Author: liubo | Hits:

CodeBus www.codebus.net