摘要:
FileShare类 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; namespac 阅读全文
摘要:
(1)设置快捷键并显示出来 MenuStrip ms = new MenuStrip(); ToolStripMenuItem tm1 = new ToolStripMenuItem("你好"); ToolStripMenuItem tl1 = new ToolStripMenuItem("你好1" 阅读全文
摘要:
1、新建自定义控件 using System; using System.Runtime.InteropServices; using System.Windows.Forms; namespace takelinks { public partial class WatermarkTextBox 阅读全文