不进则退

Roger's blog @cnblogs

导航

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 阅读(2238) 评论(0) 推荐(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 阅读(1368) 评论(2) 推荐(0)