全部博文(1293)
发布时间:2016-06-29 16:41:01
public static string ByteArray2String(byte[] contentByte) { string result = string.Empty;&nbs.........【阅读全文】
发布时间:2016-06-20 15:19:35
foreach (Control c in this.Controls) c.Enabled = false;参考网址:http://zhidao.baidu.com/link?url=T9wkzy_Mes2azMx8W9guZ0PYwvRJByicosVv8RICxq8020WRErVf5jZvKjZ5tPxxx6E49qYq-BaQXI3bQZYc__......【阅读全文】
发布时间:2016-06-20 15:15:09
public static List<CLocalTabStruct.ScreenLableItem> GetXmlLabelNameList(string fileFullName) { List<CLocalTabStruct.ScreenLableItem> listLabelItem = n.........【阅读全文】
发布时间:2016-06-17 14:43:47
效果图: 同时滚动和选中两个DGV的行。 关键代码: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Reflection; namespace Sync.........【阅读全文】
发布时间:2016-06-15 19:40:06
需要在窗体增加imageList和listview控件,并把ListView控件的LargeImageList设置为imageList1 ListView控件显示图片的大小可以在imageList1控件中调整ImageSize属性,如果图片失真,可以设置imageList1控件的ColorDepth值为Depth32Bit. 窗体设计: 参考代码: using System; using System.Collections.Gene.........【阅读全文】