上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: 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... 阅读全文
posted @ 2007-10-11 10:57 Dragon-China 阅读(825) 评论(0) 推荐(0) 编辑
摘要: The Microsoft Office InfoPath 2007 setup program installs two .xml files that are designed to display programming information from the Class Library reference inline in the Code Editor and the Obje... 阅读全文
posted @ 2007-10-11 10:50 Dragon-China 阅读(506) 评论(0) 推荐(0) 编辑
摘要: With all the wonderful features in the new Office apps, it's easy to get lost! InfoPath is no exception, and when you make clever use of the new features, you'll want to make sure that users under... 阅读全文
posted @ 2007-10-11 10:48 Dragon-China 阅读(501) 评论(0) 推荐(0) 编辑
摘要: The InfoPath hosted control gives developers of third party hosted applications the ability to respond to events in the form. The InfoPath event manager provides this functionality. Through the eve... 阅读全文
posted @ 2007-10-11 10:45 Dragon-China 阅读(586) 评论(0) 推荐(0) 编辑
摘要: InfoPath and Yukon: The Details In a recent post, I touched upon the reasons why you might want to go with SQL Server XML columns as the storage for your InfoPath forms. In this article, we'll talk a... 阅读全文
posted @ 2007-10-11 10:40 Dragon-China 阅读(477) 评论(0) 推荐(0) 编辑
摘要: This is my first blog on InfoPath 12 so please allow me to introduce myself. I’ve started in Microsoft as a developer on FoxPro. If anyone still remembers the database container and the client connec... 阅读全文
posted @ 2007-10-11 10:39 Dragon-China 阅读(504) 评论(0) 推荐(0) 编辑
摘要: InfoPath supports two methods on the View OM object - "SelectText" for data entry controls and "SelectNodes" for structural controls - in order to enable programmatic selection. Data entry contro... 阅读全文
posted @ 2007-10-11 10:35 Dragon-China 阅读(545) 评论(2) 推荐(0) 编辑
摘要: We have seen a number of requests on how to allow a user to enter (or select) a person’s name or logon alias and then validate that user against their Active Directory without using code. This has ... 阅读全文
posted @ 2007-10-11 10:24 Dragon-China 阅读(564) 评论(0) 推荐(0) 编辑
摘要: Speaking of Outlook integration, Microsoft Office 2007 includes a new control that enables you to choose one or more e-mail address from the address book. You can add this control to InfoPath’s ... 阅读全文
posted @ 2007-10-11 10:21 Dragon-China 阅读(347) 评论(0) 推荐(0) 编辑
摘要: InfoPath provides a rich and complete set of generic built-in controls in both 1.0 and SP-1, but there are some cases where there is a need for a control that is specific to your form or to your organ... 阅读全文
posted @ 2007-10-11 10:13 Dragon-China 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 转:http://blogs.msdn.com/ajma/articles/213868.aspx Due to popular request, this lab is the Visual Basic 6.0 version of the ActiveX lab on MSDN (with some differences in the control we generate). The ... 阅读全文
posted @ 2007-10-11 09:47 Dragon-China 阅读(1025) 评论(1) 推荐(0) 编辑
摘要: Decoding the InfoPath picture format (also Ink Picture) InfoPath provides two controls which saves pictures inside the XML form (rather than linking to it). When trying to process this XML file outsi... 阅读全文
posted @ 2007-10-11 09:37 Dragon-China 阅读(462) 评论(0) 推荐(0) 编辑
摘要: Introduction Download demo project - 15 Kb This article will describe how to utilise Windows Forms controls outside of .NET. In a recent MSDN magazine article on .NET Interop available here, va... 阅读全文
posted @ 2007-10-10 16:11 Dragon-China 阅读(643) 评论(0) 推荐(0) 编辑
摘要: 转:http://support.microsoft.com/kb/832512/zh-cn 症状 您可以使用 Microsoft VBScript CreateObject 函数或 Microsoft JScript ActiveXObject 函数创建一个 ActiveX 组件实例。如果在函数调用的脚本模块中为 Microsoft Office InfoPath 2003 表单创建这... 阅读全文
posted @ 2007-10-10 15:30 Dragon-China 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/jxufewbt/archive/2007/07/09/1683561.aspx C#追加文件 StreamWriter sw = File.AppendText(Server.MapPath(".")+"\\myText.txt"); sw.WriteLine("追逐理想"); sw.WriteLine("kzlll"); sw.WriteL... 阅读全文
posted @ 2007-10-10 14:16 Dragon-China 阅读(696) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/jxufewbt/archive/2007/08/04/1726168.aspx 复制C#代码保存代码 using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Se... 阅读全文
posted @ 2007-10-10 14:12 Dragon-China 阅读(1069) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/jxufewbt/archive/2007/07/08/1682832.aspx 要想完成这个功能,首先要了解一下在C#中如何调用API(应用程序接口)函数。虽然在.Net框架中已经提供了许多类库,这些类库的功能也十分强大,但对于一些Windows底层编程来说,还是要通过调用这些API函数才可以实现。所有API都在"Kernel"、"User "和... 阅读全文
posted @ 2007-10-10 14:08 Dragon-China 阅读(1584) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/jxufewbt/archive/2007/08/25/1758456.aspx (不好用) 阅读全文
posted @ 2007-10-10 13:49 Dragon-China 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 如何在VB中实现ActiveX控件的IobjectSafety接口 -------------------------------------------------------------------------------- 总述 本文叙述了如何在VB中实现控件的IobjectSafety接口,以标志该控件是脚本安全和初始化安全的。VB控件默认的处理方式是在注册表中注册组件类来标识其安全性,但... 阅读全文
posted @ 2007-10-10 11:07 Dragon-China 阅读(704) 评论(1) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/binwind/archive/2006/05/11/724890.aspx 大概在1个半月前,自己探索了一下如何使用C#在.net 2.0 framework下编写ActiveX的东西。发现中文资料不多,而且被大家广为转载的中文资料还有错误(不知道是否是因为net 2.0和1.0有出入的关系)。最近Lori又要做相关方面的工作。所以也就算写上... 阅读全文
posted @ 2007-10-10 10:32 Dragon-China 阅读(1235) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 15 下一页