CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - create object
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - create object - List
[
ActiveX/DCOM/ATL
]
comtut5src
DL : 0
分布式COM(以下简称DCOM)的出现给我们轻松的创建分布式应用提供了机会;我们可以完全不去理会低级别的Windows Sockets(DCOM通过MS-RPC让客户与对象进行通信,幸运的是要开发COM应用,开发者几乎可以不去理会MS-RPC)而开发出功能强大、偶合性低(功能模块相对独立,很好的发挥了OO的思想)、易于部署的分布式计算系统。-Distributed COM (DCOM hereinafter) to the emergence of easily create distributed applications provide an opportunity; We can completely ignore the low-level Windows Sockets (DCOM MS-RPC enables customers to communicate with the object, it is fortunate to develop COM applications, developers almost can ignore MS-RPC) and developed a powerful, low-coupling (functional modules relatively independent, played a very good idea of OO), easy deployment of distributed computing systems.
Date
: 2008-10-13
Size
: 65.07kb
User
:
liu
[
ActiveX/DCOM/ATL
]
COM基础
DL : 0
COM基础讲座之创建第一个COM对象-Create a COM object
Date
: 2008-10-13
Size
: 492.9kb
User
:
尼相知到
[
ActiveX/DCOM/ATL
]
VC++设计的COM控件
DL : 0
COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Object Model), which itself is a specific platform-independent standards that support Automation function. VC ATL (activity Template Library) provides a simple and flexible way to create COM object, because the space occupied by small, the controls are built very small. ATL therefore we choose to design and develop a COM component, the component in the window drawing a double pendulum and may amend function parameters to repaint components, thus producing dynamic effect
Date
: 2008-10-13
Size
: 29.48kb
User
:
和平鸽
[
ActiveX/DCOM/ATL
]
COM基础
DL : 0
COM基础讲座之创建第一个COM对象-Create a COM object
Date
: 2026-01-10
Size
: 493kb
User
:
尼相知到
[
ActiveX/DCOM/ATL
]
VC++设计的COM控件
DL : 1
COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Object Model), which itself is a specific platform-independent standards that support Automation function. VC ATL (activity Template Library) provides a simple and flexible way to create COM object, because the space occupied by small, the controls are built very small. ATL therefore we choose to design and develop a COM component, the component in the window drawing a double pendulum and may amend function parameters to repaint components, thus producing dynamic effect
Date
: 2026-01-10
Size
: 29kb
User
:
和平鸽
[
ActiveX/DCOM/ATL
]
comtut5src
DL : 0
分布式COM(以下简称DCOM)的出现给我们轻松的创建分布式应用提供了机会;我们可以完全不去理会低级别的Windows Sockets(DCOM通过MS-RPC让客户与对象进行通信,幸运的是要开发COM应用,开发者几乎可以不去理会MS-RPC)而开发出功能强大、偶合性低(功能模块相对独立,很好的发挥了OO的思想)、易于部署的分布式计算系统。-Distributed COM (DCOM hereinafter) to the emergence of easily create distributed applications provide an opportunity; We can completely ignore the low-level Windows Sockets (DCOM MS-RPC enables customers to communicate with the object, it is fortunate to develop COM applications, developers almost can ignore MS-RPC) and developed a powerful, low-coupling (functional modules relatively independent, played a very good idea of OO), easy deployment of distributed computing systems.
Date
: 2026-01-10
Size
: 65kb
User
:
liu
[
ActiveX/DCOM/ATL
]
CltnWizard
DL : 0
ATL object wizard that creates a collection of other COM objects 创建COM对象阿ATL对象向导(37KB) -ATL object wizard that creates a collection of other COM objects to create COM object Arab ATL Object Wizard (37KB)
Date
: 2026-01-10
Size
: 37kb
User
:
张祥
[
ActiveX/DCOM/ATL
]
ExcelTest
DL : 0
在VC中创建Excel对象,实现Excel的创建保存功能。对于VC操作Office文档很有帮助。-In the VC to create Excel object, Excel realize the creation of preservation of function. For documentation helpful VC operation Office.
Date
: 2026-01-10
Size
: 103kb
User
:
CS
[
ActiveX/DCOM/ATL
]
ado
DL : 0
ADO+是Microsoft ActiveX Data Object(ADO,ActiveX数据对象)的改进。它是一个基于标准的程序设计模型,用于创建分布式的、数据共享的应用程序。 -ADO+ Is a Microsoft ActiveX Data Object (ADO, ActiveX Data Objects) improvements. It is a standards-based programming model, used to create distributed, data-sharing applications.
Date
: 2026-01-10
Size
: 922kb
User
:
sd
[
ActiveX/DCOM/ATL
]
COMIntro_src
DL : 0
COM——到底是什么?——COM标准的要点介绍,它被设计用来解决什么问题 基本元素的定义——COM术语以及这些术语的含义 使用和处理COM对象——如何创建、使用和销毁COM对象 基本接口——描述IUnknown基本接口及其方法 掌握串的处理——在COM代码中如何处理串 应用COM技术——例子代码,举例说明本文所讨论的所有概念 处理HRESULT——HRESULT类型描述,如何监测错误及成功代码 -COM- What is in the end?- COM introduce the main points of the standard, which was designed to solve the problem of the basic elements of what the definition of- COM terminology and the meaning of these terms of use and handling of COM objects- how to create, use and destruction of the basic interface COM object- described IUnknown the basic interface and its methods of treatment have strings- in the COM code string of the application of how to deal with COM technology- examples of code, examples discussed in this article all deal with the concept of HRESULT- HRESULT type description, how to monitor the errors and the success of the code
Date
: 2026-01-10
Size
: 6kb
User
:
刘擎武
[
ActiveX/DCOM/ATL
]
C++hxbc
DL : 0
C++核心编程技术本书全面深入地介绍了当今最热门的编程技术,包括COM、ActiveX、Web服务器应用程序,以及Internet上的WinSock、UDP、HTTP、HTML、FTP、SMTP、POP3、NNTP等协议。本书由16章组成,主要内容包括面向对象编程,组件对象模型(COM) ,ActiveX框架,“Type Library”编辑器,创建ActiveX,OLE自动化,使用WinSock,使用FTP控件,使用UDP控件,使用HTTP控件,使用HTML控件,使用SMTP控件,使用POP控件,使用NNTP控件,创建Web服务器应用程序,Web服务器的细节。该书主要是为那些想在Internet/Intranet领域编程的读者写的,-C++ Core programming technology book comprehensive and in-depth description of today s most popular programming technologies, including COM, ActiveX, Web server applications, as well as the Internet on WinSock, UDP, HTTP, HTML, FTP, SMTP, POP3 , NNTP and other agreements. This book from Chapter 16 of the main features of object-oriented programming, Component Object Model (COM), ActiveX framework, Type Library editor, create ActiveX, OLE Automation, the use of WinSock, controls the use of FTP, use the UDP controls, controls the use of HTTP, using HTML controls, the use of SMTP controls, controls the use of POP, the use of NNTP controls, create a Web server application, Web server details. The book is mainly for those who would like Internet/Intranet field of programming readers wrote,
Date
: 2026-01-10
Size
: 1.94mb
User
:
hclcool
[
ActiveX/DCOM/ATL
]
COM_shortcut_save
DL : 0
COM编程经典例程,通过com组件查找文件存放路径并生成快捷键,一般的函数调用等更不在话下,在这个例程中既包含了com引用,又包含了文件操作及com应用中经常遇到的unicode与ANSI格式转换问题。一个例子搞定一大片。不下后悔。-Create a COM object from the Active Desktop coclass and Shell Link coclass to get the wallpaper path and creat a shortcut.
Date
: 2026-01-10
Size
: 1.84mb
User
:
yangle
[
ActiveX/DCOM/ATL
]
AddFlow_ActiveX_3.0_(keygen)
DL : 0
AddFlow 3.0 (keygen)AddFlow 3.0 是Lassalle开发的流程图创建工具,提供了Activex的详细接口,类似于Visio的绘图功能,使用非常方便而且功能超级强大,支持VC,VB,Dephi,Visual Studio 2005,VS2008等等,只要能支持ActiveX的就可以使用,它能够为每个图表中的对象(节点或者连接线)分配不同的颜色,字体,形状,风格,图片,文字等。节点移动后仍然保持连接。也提供自动位置的排布,推荐一用!--Flow 3.0 is a flow chart developed by Lassalle to create tools that provide detailed Activex interface, similar to Visio s drawing features, very easy to use and super powerful functions to support the VC, VB, Dephi, Visual Studio 2005, VS2008, etc., as long as they can support for ActiveX can be used on, it can graph for each of the object (node or link) the distribution of different colors, fonts, shapes, styles, pictures, text and so on. After the mobile node to maintain connectivity. Also provides automatic location arrangement, recommend a use!
Date
: 2026-01-10
Size
: 53kb
User
:
lxxk
[
ActiveX/DCOM/ATL
]
create-Word-doc-report-by-VC6.0
DL : 0
采用COM技术调用OLE自动化对象, 实现了Word文档在VC++平台中的自动生成。运用书签定位和光标跟随相结合的技术, 在自动生成的Word文档中精确插入了文字、 图片、 表格和目录。-Using COM technology called OLE Automation object to achieve a Word document in VC++ platform automatically generated. Bookmark location and follow the cursor using a combination of technology, automatically generates a Word document into an accurate text, pictures, tables and directories.
Date
: 2026-01-10
Size
: 1.17mb
User
:
陈枫
[
ActiveX/DCOM/ATL
]
VB_fuzzy_PID
DL : 1
介绍在以 PC 机作为下位机操作站时, 利用ActiveX 技术创建完成模糊自调整 PID 算法的Activ eX 控件,并内嵌在组态环境中, 实现对现场的监控和实时控制。实践表明该控件对不确定性和时变性的对象具有一定的适应性。-Introduction to PC as lower operating stations, the use of ActiveX technology to create a complete fuzzy self-tuning PID algorithm Activ eX control, and embedded in the configuration environment, on-site monitoring and real-time control. The practice shows that a certain degree of adaptability of the control of uncertainty and time-varying object.
Date
: 2026-01-10
Size
: 203kb
User
:
程硕
[
ActiveX/DCOM/ATL
]
COMCollections
DL : 0
COM Collections William Pantoja The Component Object Model (COM) specification provides a tool to allow developers to create reusable components that are accessible in many different programming languages.
Date
: 2026-01-10
Size
: 74kb
User
:
Sergey
[
ActiveX/DCOM/ATL
]
AutoCAD-COM
DL : 0
在VC++中调用通过COM接口调用AutoCAD,在AutoCAD中创建一个表对象并进行写入和读取的操作。-AutoCAD calls by calling a COM interface in VC++, create a table object in AutoCAD and write and read operations.
Date
: 2026-01-10
Size
: 12kb
User
:
haungyzh
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.