随笔分类 -  C#

观看 陈广 老师视频做的图像管理器,代码打包,给需要的朋友。
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;namespace 图片管理器{ public partial class MainForm : Form { public MainForm() { InitializeComponent... 阅读全文
posted @ 2012-07-02 21:37 傲视群雄 阅读(664) 评论(0) 推荐(0)
richTextBox1.LoadFile("d:\\source.rtf", RichTextBoxStreamType.RichText);提示文件格式无效
摘要:richtextbox 文件格式无效 阅读全文
posted @ 2010-11-17 21:20 傲视群雄 阅读(3102) 评论(0) 推荐(0)