摘要:
绘制image并保存到picbox DrawRectangle,DrawImage,DrawString,MeasureString 阅读全文
摘要:
C# WinForm控件美化扩展系列之ListBox 阅读全文
摘要:
//判断文件夹(路径)是否存在 if (Directory.Exists(Path)) { } //获取文件大小 FileInfo file = new FileInfo(labOfPath); size +=... 阅读全文
摘要:
public delegate void UpdateListViewHandler();//作为异步更新列表时用的委托 //更新列表的函数,即上面定义的委托要绑定的函数 private void UpdateListView() { Initial(); } CreateOrEdit craoredit = new CreateOrEdit(new UpdateListViewHandle... 阅读全文
摘要:
winform 控件范围 鼠标 阅读全文
摘要:
"//comment()":“所有注释节点” 阅读全文
摘要:
C# Winform MD5加密解密 阅读全文
摘要:
typeof、Boolean()、Number类型 阅读全文