Roger's blog @cnblogs
2005年11月1日 #
posted @ 2005-11-01 13:37 Roger Wo 阅读(640) | 评论 (1) | 编辑
2005年10月22日 #
最后,需要在页面中引用Atlas提供的几个js:
posted @ 2005-10-22 17:24 Roger Wo 阅读(3931) | 评论 (8) | 编辑
2005年10月19日 #
posted @ 2005-10-19 00:40 Roger Wo 阅读(137) | 评论 (2) | 编辑
2005年4月12日 #
posted @ 2005-04-12 14:33 Roger Wo 阅读(948) | 评论 (0) | 编辑
2005年4月5日 #
客户要写一个Visual Studio .NET的Add-in,需要在design time获取form上控件的值,以下是用Reflection的做法
这样做有一个问题,当我要取TextBox.Visible这类属性的时候,返回值永远为true,因为reflect的是designer中的textbox对象,它的visible值永远为true。正确的做法是通过PropertyDescriptorCollection来读取Properties window里面的值,代码如下:
posted @ 2005-04-05 14:44 Roger Wo 阅读(829) | 评论 (2) | 编辑
2005年3月2日 #
posted @ 2005-03-02 11:23 Roger Wo 阅读(1342) | 评论 (4) | 编辑
2005年2月22日 #
posted @ 2005-02-22 16:43 Roger Wo 阅读(1845) | 评论 (7) | 编辑
2005年2月7日 #
posted @ 2005-02-07 16:53 Roger Wo 阅读(1130) | 评论 (1) | 编辑
2005年2月4日 #
posted @ 2005-02-04 16:24 Roger Wo 阅读(1336) | 评论 (0) | 编辑
2004年12月11日 #
posted @ 2004-12-11 23:06 Roger Wo 阅读(1925) | 评论 (6) | 编辑
2004年11月20日 #
posted @ 2004-11-20 00:04 Roger Wo 阅读(806) | 评论 (2) | 编辑
2004年11月11日 #
posted @ 2004-11-11 16:19 Roger Wo 阅读(3774) | 评论 (11) | 编辑
posted @ 2004-11-11 09:10 Roger Wo 阅读(576) | 评论 (0) | 编辑
2004年11月9日 #
posted @ 2004-11-09 13:47 Roger Wo 阅读(6242) | 评论 (4) | 编辑
2004年11月3日 #
posted @ 2004-11-03 10:32 Roger Wo 阅读(2366) | 评论 (4) | 编辑
2004年11月2日 #
posted @ 2004-11-02 21:41 Roger Wo 阅读(1812) | 评论 (6) | 编辑
2004年11月1日 #
posted @ 2004-11-01 20:08 Roger Wo 阅读(374) | 评论 (3) | 编辑
2004年10月31日 #
posted @ 2004-10-31 22:38 Roger Wo 阅读(549) | 评论 (10) | 编辑
Powered by: 博客园 Copyright © Roger Wo