fuyun
博客园
首页
新随笔
联系
订阅
管理
16 Posts :: 2 Stories :: 47 Comments :: 1 Trackbacks
公告
昵称:
浮云
园龄:
7年7个月
粉丝:
0
关注:
1
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
MonoRail专题(3)
随笔档案
2007年12月 (2)
2007年10月 (3)
2006年4月 (2)
2006年3月 (3)
2006年1月 (3)
2005年2月 (2)
2004年6月 (1)
文章档案
2005年1月 (1)
相册
test1
sourceforge
Dotnet IL Editor
Dotnet IL Editor (DILE) is an editor program which helps modifying .NET assemblies. It is intended to be able to disassemble .NET assemblies, modify the IL code, recompile it and run inside a debugger.
Motherboard Monitor
Motherboard Monitor .NET is a .NET class library written in C# able to communicate with Motherboard Monitor using shared memory, it can read system temperatures, CPU & fans speed, voltages, add custom sensors, set sensors alarms and manage system events.
关注的博客
uGoer
吕震宇
最新评论
阅读排行榜
评论排行榜
推荐排行榜
04 2006 档案
.Net 2.0ListView控件在Windows 2000和Windows XP上的差异
摘要: .Net 2.0为提供的ListView控件和1.1提供了分组和平铺视图两个新功能。这些功能需要在Windows XP或者Windows 2003上面才能表现出来。效果图如下:再Windows2000下面除了显示效果和以前一样以外,今天还发现下面这个问题。ListViewGroup.Count属性不会随ListView.Items.Clear()方法影响。ListViewlistView=newL...
阅读全文
posted @
2006-04-29 23:01
浮云 阅读(819) |
评论 (2)
编辑
如何让.Net控件在设计时InitializeComponent()中不生成相关代码
摘要: 组件的一些公共属性不希望被VS在设计时加到InitializeComponent()方法中怎么处理呢?我试过了,将属性加上[Browsable(false)]也不行。我的代码如下:///<summary>///控制器通讯类型下拉列表框。///</summary>publicclassCommunicationTypeComboBox:ComboBox{///<summ...
阅读全文
posted @
2006-04-08 16:01
浮云 阅读(726) |
评论 (2)
编辑
Powered by:
博客园
Copyright © 浮云