搜索资源列表
Invoke_ActiveX_Control_in_Delphi
- 对于activex控件的动态调用,而不是使用在delphi中注册的方法。这是一段试验程序。调用程序中的代码比较重要,实现这个功能。其余的几个都是测试的ActiveX控件。那个“数据集操作的ActiveForm”使用的是sqlserver的NorthWind的数据库,各位自己在AdoConnection里面重新设置一下就可以了。这段代码主要是尝试如何设置/获取 ActiveX控件的属性,调用ActiveX控件中带参数的方法等。-for dynamic call, rather than using
1302202
- 字体的使用是ActiveX控件制作过程中不可缺少的部分。本文将深入浅出地介绍在ActiveX控件中制作过程中如何使用字体。本文所提及的ActiveX控件制作是指利用VC++6.0的MFC ActiveX ControlWizard 工具,用其它方法制作 ActiveX 控件本文不作讨论。 本文专门设置了一些例程,以便您能够更好地掌握这些内容。这些例程都是完整的ActiveX控件制作源代码。为了突出重点,本文仅对字体使用相关部分的源代码作较详细的介绍,其余部分的代码本文不作过多讨论。-fo
usingc++
- if you are dreading this chapter because you don t like math-relax,C++ does all your math for you! It is a miscon ception that you have to be good at math to understand how to program computers.
WordOperator
- 一共六个工程,一步步的示范如何对Microsoft Office Word插件进行调用,完成一些自动化的例子,对初学者来说,非常有用。-Especially usefull for beginners to do automation work of MS Office.There are 6 prj in the zip file which tells you how to create automation step by step.
515964ActiveX
- 按时到岗速度符合第三方和你色弱是如何是如何-On time for duty rate in line with the third party and you are suffering from color amblyopia is how is how to
com_in_c1_src
- here are numerous examples that demonstrate how to use/create COM/OLE/ActiveX components. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, WTL, or at least ATL, because those frameworks have pre-fabricated "wrappers" to
ART_ADOMFC
- Title: ActiveX Data Objects Programming in C++ Descr iption: ActiveX Data Objects Programming How To: Hey, this is some kind of an experiment in writing tutorials in PSC. All of my articles are in .html files included in the zip file, together with
OPCDCOM
- 本文档根据各种不同的情况,讲述如何进行OPC DCOM配置。 对于远程访问OPC服务器,需要在客户和服务器计算机上都进行DCOM设置,以前我们采用的方式是: 客户、服务器都建立一个名字、密码相同的具有管理员权限的帐号,并分别以次登录,在服务器端将OPC服务器的启动方式设为交互式用户。这种方法虽然方便,但安全性较差,不利于在实际应用中推广。这里提供一些较合理的解决方案。(假定都是在工作组里) -This document is based on a variety of diffe
DllExportClass
- 该程序演示了如何屏蔽宿主程序与静态加载的DLL导出类接口间的耦合关系,以达到如下目标: 1. DLL导出类接口定义变更,宿主程序不必重新编译; 2. 若出现对应的需求变更,只需更新DLL文件即可,所有静态依赖于该DLL的宿主程序均不需要重新发布。 3. 程序介绍: 1)TestExe:宿主程序 2)TestDll:DLL程序; 3)宿主程序静态加载DLL; 4)Environment: 运行环境。- This program demonstrates ho