不进则退

Roger's blog @cnblogs

导航

统计

公告

昵称:Roger Wo
园龄:7年3个月
粉丝:0
关注:0

搜索

 
 

常用链接

随笔分类

随笔档案

我的网站

最新评论

阅读排行榜

评论排行榜

推荐排行榜

04 2005 档案

SQL Server / Access数据类型对照表
摘要: SQL Server and Access data types. SQL Server 7 data type ADO data type Enum value binary adVarBinary bit adBoolean char adChar datetime adDate decimal adNumeric float adDouble int adInteger money adCu...阅读全文

posted @ 2005-04-12 14:33 Roger Wo 阅读(1020) | 评论 (0) 编辑

VS.NET Add-in在Design time获取控件值
摘要: 客户要写一个Visual Studio .NET的Add-in,需要在design time获取form上控件的值,以下是用Reflection的做法             Dim win As Window = applica...阅读全文

posted @ 2005-04-05 14:44 Roger Wo 阅读(851) | 评论 (2) 编辑