轉:http://blogs.msdn.com/infopath/archive/2004/06/16/157315.aspxExample 1: How do I restrict the user from entering special characters into certain fields in the InfoPath Form?Note: This example assumes you are running InfoPath 2003 with the SP-1
轉:http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,df3f1be8-62bc-491c-935e-570ebfe53164.aspxProblems with registeringI received a few comments and a couple of emails regarding how to properly register the ActiveX Menustrip/Toolstrip. The
基於樹模型的 API 樹模型 API 將 XML 文檔呈現為由節點群組成的樹,這個樹通常可以立即載入到記憶體中。最常用的 XML 樹模型 API 是 W3C 文件物件模型 (DOM)。DOM 支援以編程方式讀取、處理和修改 XML 文檔。 以下樣本使用 .NET Framework 中的 XmlDocument 類擷取 items 元素中第一個 compact-disc 的藝術家姓名和標題。 using System; using System.Xml; public class Test{
轉自:http://support.microsoft.com/default.aspx?scid=kb;EN-US;182598How To Implement IObjectSafety in Visual Basic ControlsView products that this article applies to.Article ID:182598Last Review:August 10, 2006Revision:5.0This article was previously
原文參考:Using distributed transactions in .Net 1.x without deriving from ServicedComponent COM+或者System.EnterpriseServices最常用的功能就是它對分散式交易的支援,並且自動交易處理模型很容易通過特性 ([Transaction] 和 [AutoComplete])來實現,這是很常用並且很好的做法,但是,你的類需要從ServicedComponent繼承,並且