摘要: A frequent question from InfoPath users is “How can I pass parameters to a newInfoPath form when it is created?”Unfortunately, there’s no built-in functionality for passing command-l...阅读全文
摘要: 工具网址:http://www.aisto.com/roeder/dotnet/插件网址:http://www.codeplex.com/reflectoraddins Reflector for .NET Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector ...阅读全文
摘要: IntroductionI've written a lot of COM code over the years. One of things I used quite liberally were OLE property pages. It was a handy way to configure an otherwise invisible COM component in a safe,...阅读全文
摘要: 转自:http://www.mcse.ms/message1299834.html&highlight=InfopathControl.savestateI've been recently dealing with this same issue and here's the resolutionI've come to:1. You can ONLY use Integers, Lon...阅读全文
摘要: from: 微软 操作方法:创建 COM 加载项以将自定义功能添加到 InfoPath Microsoft Office InfoPath 2007 支持用于扩展表单编辑用户体验的 COM 加载项。尽管这是 Office InfoPath 2007 的新功能,但其他 Office 应用程序(如 Microsoft Office Word 和 Microsoft Office Excel)从 Off...阅读全文
摘要: From: http://blogs.msdn.com/infopath/archive/2004/04/09/110504.aspxExtending the InfoPath control set with custom controlsInfoPath provides a rich and complete set of generic built-in controls in both...阅读全文
摘要: InfoPath has a really powerful feature to allow users to create their own custom controls for InfoPath forms using Microsoft's ActiveX technology. One requirement that is essential for controls to wor...阅读全文
摘要: Custom Control support in InfoPath (Part I - Simple Binding)Published 07 July 04 11:32 AM | ajma Over the last year and a half, the InfoPath team has been working on the SP1 release. If anyone's seen ...阅读全文
摘要: SUMMARYThis article describes how to implement the IObjectSafety interface in Visual Basic controls to mark the controls safe for scripting and initialization. By default, Visual Basic controls use co...阅读全文