我踏月色而来(wd900)

-只是用来记事, 而且是不重要的事.:)

博客园 首页 新随笔 联系 订阅 管理

2008年4月20日 #

摘要: c#的一些技巧 c#的一些技巧: 1.怎样定制VC#DataGrid列标题? DataGridTableStyle dgts = new DataGridTableStyle(); dgts.MappingName = "myTable"; //myTable为要载入数据的DataTable DataGridTextBoxColumn dgcs = new DataGridTextBo... 阅读全文
posted @ 2008-04-20 21:09 wd900 阅读(206) 评论(0) 推荐(0) 编辑