*****************************************************************下载源码:http://code.msdn.microsoft.com*****************************************************************非官方中小项目源码:http://www.codeproject.co... Read More
http://zedgraph.org/wiki/index.php?title=Main_PageAre you looking for a way to draw in .Net? Here's yet another charting class library with a high degree of configurability that is also easy to use. Z... Read More
代码 void InitListView() { int x = 20; int y = 200; this.listViewEx.BeginUpdate(); this.listViewEx.Clear(); DateTime d1 = DateTime.Now; for (int i = 0; i < x; i++) { this.listViewEx.Columns.Add(i.T... Read More