CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 文档编辑器

搜索资源列表

  1. 18396DocCenter

    0下载:
  2. 基于XML存储的文档管理器C#源码 树状管理 支持拖放 全文检索 多页面打开 基本的编辑操作功能 只支持文本操作 但保存HTML源文件并用IE打开 界面配置信息自动保存 主要是熟悉了一下.Net的控件操作 同时实践了一下Xml和DataSet 再利用了一下多线程
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:202811
    • 提供者:dsads
  1. Editor

    0下载:
  2. 这是一个简单的文档编辑器,在记事本的基础上添加了word中的一些基本功能-This is a simple document editor, in Notepad the basis of a word to add some of the basic functions
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:580937
    • 提供者:
  1. FileEdit

    0下载:
  2. 用C#实现的多功能文档编辑器,它除了可以实现一般文本的编辑功能,还增加了保存文档,查找,改变字体和字号-Using C# to achieve the multi-functional document editor, it can be achieved in addition to general text-editing features, but also an increase of preservation of documents, to find and change the f
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:34693
    • 提供者:AMIAO
  1. noteEdit

    1下载:
  2. 一个简单的类似于写字板的多文档文本编辑器-noteEdit
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:247373
    • 提供者:wonder
  1. richtextbox

    0下载:
  2. C#简易文字编辑器,完成类似Windows记事本一样的功能,可以打开和保存TXT文档、查找指定字符,设置字符颜色及大小和样式,比较简单的功能。VS2005环境下顺利编译成功。-C# simple text editor, like Windows Notepad to complete the same function, you can open and save TXT files, find the specified characters, set character size and
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:13704
    • 提供者:jiesian
  1. eWebEditorDotNet

    0下载:
  2. 一个很好用的在线文档编辑器,希望对同行们有所帮助,功能很强大,代码精简。-With a very good editor of the online documentation, and they hope to be helpful to colleagues, function is powerful, concise code.
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3175464
    • 提供者:刘军龙
  1. j_13680_richtextbox

    0下载:
  2. · C#简易文字编辑器,完成类似Windows记事本一样的功能,可以打开和保存TXT文档、查找指定字符,设置字符颜色及大小和样式,比较简单的功能。VS2005环境下顺利编译成功。
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:15783
    • 提供者:陪我
  1. c_

    0下载:
  2. 文本编辑器 完成类似Windows记事本一样的功能,可以打开和保存TXT文档、查找指定字符,设置字符颜色及大小和样式,比较简单的功能。VS2005环境下顺利编译成功。-edition
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:31118
    • 提供者:123
  1. WindowsApplication1

    0下载:
  2. 多文档文本编辑器 功能简单 自己做的 有一些缺陷-Multi-document text editor features are simple to make them, there are some flaws
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:39137
    • 提供者:zhangdong
  1. ComboBox

    0下载:
  2. [COMBOBOXDataGridView.rar] - 带有Combox的GridView控件(WinForm),不用自己费劲写了 [COMBOBOXEx1.rar] - COMBOBOXEX+ImageList实现组合框中加载图片 [NET.report.rar] - net report 开发组件,自定义开发报表 [checkcombo.rar] - 组合框的下拉列表包含复选框,即可以在一个组合框里动态选择多个表项。 [GraphicsEditSystem.rar]
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:180898
    • 提供者:许聪颖
  1. RichTextBox

    0下载:
  2. 建立一个文本编辑器,同时继续介绍控件的用法。有两类文本编辑器:单文档和多文档文本编辑器。-Create a text editor, while continuing to introduce the use of the control. There are two types of text editor: single-document and multi-document text editor.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:146051
    • 提供者:沙皮
  1. wendang

    0下载:
  2. 一个简单的文档编辑器,只是初步程序,只可借鉴 不能使用-A simple document editor, but the preliminary program, can only learn from you can not use
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1768
    • 提供者:
  1. cSharpMINIJiShiBen

    0下载:
  2. 实验题目:MiniWord文本编辑器的实现 实验目的:练习使用菜单栏、工具栏、MDI界面,掌握文件操作 实验要求: 开发一个MiniWord文本编辑程序。运用MDI窗体技术实现多文档的编辑,并完成Demo程序中所有菜单栏和工具栏的程序功能。具体要求参照Demo程序。 由于本次作业是一个综合性较强的程序,建议在上交之前进行严密的软件测试。 注意:实验必须写出实验报告,报告内容包括实验总体设计方案、实验程序、实验结果、实验总结。在第7周周四前上交。-The experi
  3. 所属分类:CSharp

    • 发布日期:2017-11-04
    • 文件大小:1260651
    • 提供者:苏南生
  1. simpletexteditor

    0下载:
  2. 简单的文档编辑器,可以实现文件的打开,编辑,存储等等,适合c#的初学者-Simple document editor, files open, edit, store, etc., suitable for beginners c#
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:69105
    • 提供者:Aster
  1. CSharpNotepad

    0下载:
  2. 一个自己编写的多文档编辑器,功能齐全,有登陆界面,有帮助文档-A written document editor, full-featured, landing interface, help documentation
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:577075
    • 提供者:刘伟军
  1. docnotepad

    0下载:
  2. C#编写的多文档text格式文本编辑器源码-C# muti-text editor
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:197104
    • 提供者:瑜伽
  1. Document-editor

    0下载:
  2. 按照windows系统自带的文档编辑器,自己通过C#语言编写了一个文档编辑器,具有打开、新建、保存、查看时间等基本功能。- According windows system comes with document editor, C# language itself through a document editor with open, new, save, view the time and other basic functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:137048
    • 提供者:尚名近
  1. RichTextBoxnotepad(vs2008)

    0下载:
  2. 通过richtextbox,自己编织成简易的notepad文档编辑器,有利于初学者掌握richtextbox控件学习,及文档编辑器学习。-richtextbox notepad vs2008
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:373250
    • 提供者:陈琳
  1. MDIEditer

    0下载:
  2. 多文档编辑器,实现基本的文本编辑,通过rtf文件保存文件文本信息-Multi document editor, to achieve the basic text editor
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:101148
    • 提供者:jackyson
  1. owordeditor

    0下载:
  2. 嵌入web的在线word文档编辑器. 可以新建/显示/保存docx格式文档-Embedded web online word document editor, you can create new/display/save docx format documents
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:852353
    • 提供者:kaola
« 12 »
搜珍网 www.dssz.com