摘要:
附件http://files.cnblogs.com/xe2011/CSharpWinForm_richTextBoxPrintClass.rar在窗体上一个Richtextbox 控件 和3个按钮调用页面设置 private void btnPageSetup_Click(object sender, EventArgs e) { richTextBoxPrintClass r = new richTextBoxPrintClass(); r.richTextBox = richTextBox1; r.Show... 阅读全文
posted @ 2013-11-26 21:40
XE2011
阅读(896)
评论(0)
推荐(0)
摘要:
附件http://files.cnblogs.com/xe2011/CSHARP_RichtextBox_PRINT.rar打印详情http://support.microsoft.com/kb/812425/zh-cn 阅读全文
posted @ 2013-11-26 21:02
XE2011
阅读(337)
评论(0)
推荐(0)
摘要:
private void Form1_Load(object sender, EventArgs e) { richTextBox1.AllowDrop = true; richTextBox1.EnableAutoDragDrop = true; } 阅读全文
posted @ 2013-11-26 20:40
XE2011
阅读(368)
评论(0)
推荐(0)
摘要:
附件http://files.cnblogs.com/xe2011/ReadAndSaveTreeViewState.rar保存和读取TreeView展开的状态 节点{ImageIndex,IsExpland,Position,Tag,Text } //加载 private void buttonLoad_Click(object sender, EventArgs e) { treeView1.Focus(); string xmlFileName = "TreeView.xml"; if (System.IO... 阅读全文
posted @ 2013-11-26 16:12
XE2011
阅读(2413)
评论(0)
推荐(0)
摘要:
http://files.cnblogs.com/xe2011/CustomRichTextBox_HideCaret.rarrichTextBox能高亮选择,光标仍在,没有光标闪烁把重RichTextBox类去除闪烁光标 http://msdn.microsoft.com/en-us/library/windows/desktop/ms648403%28v=vs.85%29.aspxusing System;using System.Windows.Forms;using System.Runtime.InteropServices;namespace WindowsFormsApplica 阅读全文
posted @ 2013-11-26 11:20
XE2011
阅读(3186)
评论(0)
推荐(0)

浙公网安备 33010602011771号