JSM 发表于 2014-12-12 11:29:00

TX在指定位置插入一段RTF

如题!winfrom ,给例句!谢谢!

iceman 发表于 2014-12-12 15:16:00

回复 1楼JSM的帖子

测试代码如下:

            this.textControl1.Text = "测试";
            this.textControl1.Selection.Start = 1;
            this.textControl1.Selection.Length = 0;
            this.textControl1.Selection.Load(filename, TXTextControl.StreamType.RichTextFormat);
页: [1]
查看完整版本: TX在指定位置插入一段RTF