资源简介
基于kindeditor
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
namespace WinformHTMLEditor
{
[ComVisible(true)]
public partial class Form1 : Form
{
string content = ““;
public Form1()
{
InitializeComponent();
this.webBrowser1.Url = new System.Uri(Application.StartupPath + “\\kindeditor\\e.html“ System.UriKind.Absolute);
this.webBrowser1.objectForscripting = this;
}
//设置webBrowser1.objectForscripting属性才会调用此方法
public void RequestContent(string str)
{
content = str;
txtHTML.Text = content;
//CS平台使用此方法给文本控件赋值
//this.SetEditorBingingValue(txtHTMLcontenttrue);
richTextBox1.Text = content;
}
private void richTextBox1_TextChanged(object
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1741 2011-11-17 23:00 debug\kindeditor\asp\demo.asp
文件 6574 2011-08-13 22:20 debug\kindeditor\asp\file_manager_json.asp
文件 4736 2010-07-28 14:32 debug\kindeditor\asp\JSON_2.0.4.asp
文件 16267 2011-09-11 13:00 debug\kindeditor\asp\UpLoad_Class.asp
文件 3140 2011-09-11 11:58 debug\kindeditor\asp\upload_json.asp
文件 49664 2010-07-28 14:32 debug\kindeditor\asp.net\bin\LitJSON.dll
文件 1686 2011-08-16 17:00 debug\kindeditor\asp.net\demo.aspx
文件 5970 2011-08-07 20:45 debug\kindeditor\asp.net\file_manager_json.ashx
文件 466 2010-07-28 14:32 debug\kindeditor\asp.net\README.txt
文件 3399 2011-08-14 11:34 debug\kindeditor\asp.net\upload_json.ashx
文件 1541 2012-02-03 14:21 debug\kindeditor\e.html
文件 1004 2011-09-25 23:05 debug\kindeditor\examples\colorpicker.html
文件 2507 2011-09-25 23:05 debug\kindeditor\examples\custom-plugin.html
文件 823 2011-09-25 23:05 debug\kindeditor\examples\custom-theme.html
文件 2285 2011-09-25 23:05 debug\kindeditor\examples\default.html
文件 946 2011-09-25 23:05 debug\kindeditor\examples\dialog.html
文件 1024 2011-09-27 22:26 debug\kindeditor\examples\dynamic-load.html
文件 833 2011-12-11 14:12 debug\kindeditor\examples\file-dialog.html
文件 891 2011-09-28 21:00 debug\kindeditor\examples\file-manager.html
文件 747 2011-09-25 23:05 debug\kindeditor\examples\filter-mode.html
文件 851 2011-10-03 23:19 debug\kindeditor\examples\image-dialog.html
文件 282 2011-08-09 12:50 debug\kindeditor\examples\index.css
文件 2426 2011-12-10 23:05 debug\kindeditor\examples\index.html
文件 698 2011-10-29 22:38 debug\kindeditor\examples\jquery.html
文件 743 2011-10-29 22:38 debug\kindeditor\examples\mootools.html
文件 1014 2011-11-24 11:27 debug\kindeditor\examples\multi-language.html
文件 993 2011-09-25 23:05 debug\kindeditor\examples\newline.html
文件 1371 2011-08-11 12:59 debug\kindeditor\examples\node.html
文件 996 2011-10-16 21:48 debug\kindeditor\examples\paste-type.html
文件 1029 2011-09-25 23:05 debug\kindeditor\examples\readonly.html
............此处省略288个文件信息
- 上一篇:Tcp通信示例源码(含服务器端以及客户端)11481
- 下一篇:C# 一元线性回归
相关资源
- winform 鼠标聚焦 焦点时变色
- winform仿qq停靠屏幕边缘
- winform手动改变自定义窗口大小
- winform鼠标穿透(新)
- C#winform打印指定区域 -控件拖动 -设置
- asp.net 网页静态化组件(shipingx-Stati
- winform 垂直交错效果显示图像
- winform 浮雕效果的图像
- WPF 自定义标题的winform窗体实现源码
- c# 同时将图片和文字复制到剪贴版 (
- C# WinForm取命令行参数
- HTML压缩
- Word文件转Html文档目录
- Winform中鼠标穿透效果,类似桌面壁纸
- winform 利用image实现变脸小动画
- html5 绘图以及 动画
- bbsharp bbcode 转html 写的很简洁
- MVC通过过滤器 实现输出前对html修改(
- MVC输出前对html修改
- 带Html编辑器CSkin.dll版本
- NHtmlFilter1.0过滤Html危险脚本 防止XSS攻
- Be.HexEditor编辑器
- Html文件上传控件(整理前台使用版)
- kindeditor编辑器 黏贴图片自动上传插件
- winform中set文件的写入
- html5简单进度条效(progressbar)
- winform操作webform后台
- QQ聊天记录Mht转Html格式(附工具源码
- winform程序默认以管理员身份运行 (
- 自定义Winform窗体例子(入门级)122
评论
共有 条评论