摘要:Windows Forms 实现安全的多线程详解(附带程序代码示例) http://smartsoft2005.cnblogs.com/archive/2005/09/11/234687.aspxMicrosoft .NET Framework 精简版后台处理技术http://www.microsoft.com/china/msdn/archives/library/dnnetcomp/html/...
阅读全文
随笔分类 - C#
摘要:示例代码: /**//* using Microsoft.Practices.EnterpriseLibrary.Configuration; using Microsoft.Practices.EnterpriseLibrary.Common; using Microsoft.Practices.EnterpriseLibrar...
阅读全文
摘要:一、DirectoryEntry类的Path属性 Path 属性唯一地标识网络环境中的此项。始终可以使用此 Path 检索此项。 设置 Path 将从目录存储区检索新项;它不更改当前绑定的项的路径。 与 DirectoryEntry 组件关联的类可以与任何 Active Directory 服务提供程序一起使用。当前的一些提供程序包括 Internet 信息服务 (IIS)、轻量目录访问协议...
阅读全文
摘要:一、隐藏列:方法1:设置数据源的指定列的属性为隐藏,被隐藏的列将不出现在DataGrid上。 ds.Tables[0].Columns[0].ColumnMapping = MappingType.Hidden; //隐藏列 dataGrid1.SetDataBinding(ds,ds.Tables[0].TableName); //绑...
阅读全文
浙公网安备 33010602011771号