10 2007 档案
ActiveX控件和它的容器
摘要:转:http://blog.5d.cn/user7/luhui/200601/197699.html ActiveX控件和它的容器1.COM基础 2.ActiveX控件及实现 3.ActiveX控件容器及实现 4.总结 1.COM基础 COM是一种组件开发技术, 它实际上是一种在二进制层上兼容的软件开发方法的规范. COM技术是与具体的编程语言无关的技术, 只要是支持COM开发的开发工具都可以用来... 阅读全文
posted @ 2007-10-17 15:51 Dragon-China 阅读(2448) 评论(0) 推荐(0)
值得推荐的Infopath开发例子和资料
摘要:例子地址:http://www.infopathdev.com/files/详细:Example Forms File Date Added Downloads Microsoft Office InfoPath 2003 Developer's Reference Microsoft Office InfoPath 2003 Developer's Reference 09-14-2006 55... 阅读全文
posted @ 2007-10-11 11:13 Dragon-China 阅读(2931) 评论(1) 推荐(0)
Custom Control support in InfoPath
摘要: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 ... 阅读全文
posted @ 2007-10-11 10:59 Dragon-China 阅读(754) 评论(0) 推荐(0)
How To Implement IObjectSafety in Visual Basic Controls
摘要: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 阅读(838) 评论(0) 推荐(0)
Enabling InfoPath IntelliSense Documentation in VSTA and Visual Studio
摘要: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 阅读(522) 评论(0) 推荐(0)
Displaying Contextual Help in a Custom Task Pane
摘要: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 阅读(517) 评论(0) 推荐(0)
Using the Events Manager of the InfoPath Hosted Control
摘要: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 阅读(596) 评论(0) 推荐(0)
InfoPath and Yukon: The Details
摘要: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 阅读(488) 评论(0) 推荐(0)
Tudor's overview of InfoPath browser-based forms
摘要: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)
Programmatic Selection in InfoPath
摘要: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 阅读(558) 评论(2) 推荐(0)
Using the Contact Selector Control
摘要: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 阅读(602) 评论(0) 推荐(0)
Open your rolodex from InfoPath using the Contact Selector
摘要: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 阅读(360) 评论(0) 推荐(0)
Extending the InfoPath control set with custom controls
摘要: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 阅读(263) 评论(0) 推荐(0)
Active X controls (with Visual Basic 6.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 阅读(1046) 评论(1) 推荐(0)
解码Infopath图片格式
摘要: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 阅读(468) 评论(0) 推荐(0)
Exposing Windows Forms Controls as ActiveX controls
摘要: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 阅读(656) 评论(0) 推荐(0)
CreateObject 函数或 ActiveXObject 函数可能在 InfoPath 2003 中生成脚本错误
摘要:转: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 阅读(704) 评论(0) 推荐(0)
C#中常用的经典文件操作方法
摘要:转: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 阅读(705) 评论(0) 推荐(0)
C#.net 支付宝接口
摘要:转: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 阅读(1079) 评论(0) 推荐(0)
C#抓屏
摘要:转: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 阅读(1604) 评论(0) 推荐(0)
IE 按钮集合
摘要:转:http://blog.csdn.net/jxufewbt/archive/2007/08/25/1758456.aspx (不好用) 阅读全文
posted @ 2007-10-10 13:49 Dragon-China 阅读(246) 评论(0) 推荐(0)
如何在VB中实现ActiveX控件的IobjectSafety接口
摘要:如何在VB中实现ActiveX控件的IobjectSafety接口 -------------------------------------------------------------------------------- 总述 本文叙述了如何在VB中实现控件的IobjectSafety接口,以标志该控件是脚本安全和初始化安全的。VB控件默认的处理方式是在注册表中注册组件类来标识其安全性,但... 阅读全文
posted @ 2007-10-10 11:07 Dragon-China 阅读(716) 评论(1) 推荐(0)
使用.net framework 2.0用c#编写ActiveX控件(编写,部署,升级更新)
摘要:转: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 阅读(1247) 评论(0) 推荐(0)
ActiveX控件与页面交互
摘要:转:http://www.cnblogs.com/hades/articles/447982.html ActiveX控件运行在客户端。我们可以获得客户端的一些信息,如IC卡的信息,客户端的验证等等。但是ActiveX控件也有许多缺点:客户端的部署很困难,如客户端不能正确下载,下载了以后不能正确执行,下载的时候需要设置IE的安全级别等等。 更多的时候,我都在使用COM组件来扩... 阅读全文
posted @ 2007-10-10 09:31 Dragon-China 阅读(1104) 评论(0) 推荐(0)
Registering the .NET ActiveX
摘要:转:http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,df3f1be8-62bc-491c-935e-570ebfe53164.aspx Problems with registering I received a few comments and a couple of emails regarding how to prope... 阅读全文
posted @ 2007-10-09 14:56 Dragon-China 阅读(1099) 评论(1) 推荐(0)
InfoPath用户界面开发
摘要:转:http://www.cnblogs.com/andrewma/archive/2005/03/08/114980.html InfoPath的用户界面可以简单分为三种: 1、自定义菜单 选择各种“结构”(如:重复节、重复表等),点击右键,在属性窗口中选择“自定义命令”,可以选择“操作”、“命令所在位置”及“命令名称”。此操作通过在 表单定义(.xsf)文件 中的 menu 元... 阅读全文
posted @ 2007-10-08 13:41 Dragon-China 阅读(533) 评论(0) 推荐(0)
创建完全受信任的InfoPath表单
摘要:转: http://www.cnblogs.com/andrewma/archive/2005/02/25/109138.html 有两种方式可以创建完全受信任的InfoPath表单,分别是RegForm工具和数字签名 采用Infopath自带的命令行工具RegForm Eg: RegForm /U urn:MyForm:MyCompany /T Yes /MSI C:\MyF... 阅读全文
posted @ 2007-10-08 13:39 Dragon-China 阅读(372) 评论(0) 推荐(0)