2006年6月1日

HashTable keys遍历两个snippets

摘要: 1.Dim hashTab As New Hashtable For Each keyString As String In hashTab.Keys Console.WriteLine(keyString) Next2.Dim arCollect As IDictionaryEnumerator = hashTab.GetEnumeratorWhile arCollect.MoveNext ... 阅读全文

posted @ 2006-06-01 23:42 whyin 阅读(335) 评论(0) 推荐(0) 编辑

WinForm Readonly DataGrid 颜色全搞定

摘要: 类ColoredColumn Inherits DataGridTextBoxColumnOverrides Paint 画颜色DataGridTableStyle AllowSorting禁止列头排序Overrides Edit Readonly(disable cells click select)rowMode和cellMode两种方式详见代码:/Files/whyin/testColor.... 阅读全文

posted @ 2006-06-01 23:38 whyin 阅读(572) 评论(0) 推荐(0) 编辑

导航