CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - com sample
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - com sample - List
[
ActiveX/DCOM/ATL
]
yuanma8.com
DL : 0
一个免费的p2p即时通讯开发平台控件,支持VB、VC,含有VB、VC的客户端、服务端的示例程序-a free peer-to-peer instant messaging platform controls, support VB, VC, containing VB, VC client services side of the sample program
Update
: 2008-10-13
Size
: 1.14mb
Publisher
:
李某
[
Communication
]
www.cohoo.com.cn.socket
DL : 0
共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,PostMessage只能在WM_USER以上的自定义消息中才能传递指针,那么如何才能异步通讯呢?我还没有好主意,就用定时器吧!看看这个可以聊天的程序就知道了。 Common目录下有四个模块。 其中ShareStr2.cls是原来大师Bruce MicKenney写的东西,就是这个东西害我浪费很多时间来调试。原来大师的东西也会有错。-a total of four demonstration. Respectively, as follows : 1 : Sample a simple use of shared memory mapping example, look at two examples run, we know that nothing special. 2 : SendText not window-type, and to achieve this definition of news from the same effect. 3 : As demonstrated SendFile 2 updates, or to pass through the string, impossible to send large text, the cases demonstrate a comprehensive and demonstration to send two large text functions. 4 : Chat demonstration two and three demonstration SendMessage are used to notify the news release, it is not asynchronous communications, inter-process SetWindowText not use, PostMessage WM_USER only in the above-defined messages can transfer target, How can we asynchronous communication? I have not a good idea, on the timer! Chat can look at
Update
: 2008-10-13
Size
: 51.34kb
Publisher
:
cohoo
[
Embeded-SCM Develop
]
MFC_Com
DL : 0
WINCE MFC COM sample. (from EVC高級編程及其應用開發)
Update
: 2008-10-13
Size
: 110.44kb
Publisher
:
劉尚軍
[
ActiveX/DCOM/ATL
]
VisualC++COM和COM+篇(示例包)
DL : 0
VisualC++COM和COM+篇(示例包)-VC COM and COM sequel (sample kit)
Update
: 2008-10-13
Size
: 2.58mb
Publisher
:
柳鸿宾
[
ActiveX/DCOM/ATL
]
com+filetrans
DL : 0
通过COM+组件完成文件的传送功能,包含:COM+服务的示例代码和客户端的示例代码。-through COM completed document delivery functions, including : COM + services sample code and examples of client code.
Update
: 2008-10-13
Size
: 1.73mb
Publisher
:
赵洪笙
[
ActiveX/DCOM/ATL
]
Com_dcom_stl0613
DL : 0
THE COM/DCOM SAMPLE CODE
Update
: 2025-02-17
Size
: 32kb
Publisher
:
邢统坤
[
Windows Develop
]
ALT
DL : 0
用ATL完成com组件的示例程序-with ATL completed com Component Sample program
Update
: 2025-02-17
Size
: 88kb
Publisher
:
谈心
[
ActiveX/DCOM/ATL
]
VisualC++COM和COM+篇(示例包)
DL : 0
VisualC++COM和COM+篇(示例包)-VC COM and COM sequel (sample kit)
Update
: 2025-02-17
Size
: 2.58mb
Publisher
:
柳鸿宾
[
ActiveX/DCOM/ATL
]
com+filetrans
DL : 0
通过COM+组件完成文件的传送功能,包含:COM+服务的示例代码和客户端的示例代码。-through COM completed document delivery functions, including : COM+ services sample code and examples of client code.
Update
: 2025-02-17
Size
: 1.73mb
Publisher
:
赵洪笙
[
ActiveX/DCOM/ATL
]
13EVC_COM
DL : 0
用EVC开发Wince环境下的COM、DCOM、Activex等组件的程序代码-with EVC development environment Wince COM, DCOM, ActiveX components such as the code
Update
: 2025-02-17
Size
: 2.74mb
Publisher
:
巫升华
[
Windows Mobile
]
opttest
DL : 0
This a sample Bluetooth application which illustrates the use of Windows CE Bluetooth stack WinSock getsockopt/setsockopt programming interfaces.-This a sample Bluetooth application which illustrates the use of Windows CE Bluetooth stack WinSock getsockopt/setsockopt programming interfaces.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
高
[
Delphi/CppBuilder
]
Delphi源代码分析
DL : 0
《Delphi源代码分析》 本书通过对Delphi内核(RTL)源代码进行分析,深入阐述了Delphi内核(RTL)的原理及其实现。全书从Nico Bendlin编写的著名最小化内核示例程序MiniDExe讲起,基于MiniDExe分析Delphi在编译器一级的技术内幕,带领读者一窥Delphi的核心。随后作者基于这个内核逐层地包装代码,将Delphi的各种功能的具体实现一一展现,通过列出关键性代码并进行系统性分析的方式,全面分析对象结构、VCL和COM等在源代码中的实现。全书内容详实,阐述精辟、深入,主要议题包括:Delphi的编译器在Windows、Delphi RTL和用户代码之间的交互;Delphi RTL内核代码的完整实现;与Delphi内核相关的操作系统机制;初始(入口)代码、模块、内存、线程、资源、异常处理机制等。 本书是一本不可多得的高端技术图书,适合中、高级Delphi开发人员研读。 -"Delphi source code analysis," the book of Delphi kernel (RTL) source code the analysis, further expounded on Delphi kernel (RTL) and the realization of the principle. Nico Bendlin from the book prepared by the famous minimum core sample program MiniDExe 1960s, Based on the analysis MiniDExe Delphi compiler in a technical insider, Delphi takes the reader a glimpse into the core. Then based on the author to the core layer packaging code, Delphi will be the realization of a concrete display, listing key code and systematic analysis, a comprehensive analysis of object structure, VCL and COM as the source code to the implementation. Informative book, brilliantly expounded, in-depth, major issues include : Delphi compiler for Windows, Delphi RTL code and the user interaction; Delphi R
Update
: 2025-02-17
Size
: 11.1mb
Publisher
:
邢某
[
ActiveX/DCOM/ATL
]
yuanma8.com
DL : 0
一个免费的p2p即时通讯开发平台控件,支持VB、VC,含有VB、VC的客户端、服务端的示例程序-a free peer-to-peer instant messaging platform controls, support VB, VC, containing VB, VC client services side of the sample program
Update
: 2025-02-17
Size
: 1.47mb
Publisher
:
李某
[
Communication
]
www.cohoo.com.cn.socket
DL : 0
共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,PostMessage只能在WM_USER以上的自定义消息中才能传递指针,那么如何才能异步通讯呢?我还没有好主意,就用定时器吧!看看这个可以聊天的程序就知道了。 Common目录下有四个模块。 其中ShareStr2.cls是原来大师Bruce MicKenney写的东西,就是这个东西害我浪费很多时间来调试。原来大师的东西也会有错。-a total of four demonstration. Respectively, as follows : 1 : Sample a simple use of shared memory mapping example, look at two examples run, we know that nothing special. 2 : SendText not window-type, and to achieve this definition of news from the same effect. 3 : As demonstrated SendFile 2 updates, or to pass through the string, impossible to send large text, the cases demonstrate a comprehensive and demonstration to send two large text functions. 4 : Chat demonstration two and three demonstration SendMessage are used to notify the news release, it is not asynchronous communications, inter-process SetWindowText not use, PostMessage WM_USER only in the above-defined messages can transfer target, How can we asynchronous communication? I have not a good idea, on the timer! Chat can look at
Update
: 2025-02-17
Size
: 51kb
Publisher
:
cohoo
[
ActiveX/DCOM/ATL
]
Com_Sample_EventHandler
DL : 0
ATL开发COM组件,学习如何使用Event完事件派发。-ATL COM development, learning how to use the Event End distributed incident.
Update
: 2025-02-17
Size
: 153kb
Publisher
:
郝宇
[
Embeded-SCM Develop
]
MFC_Com
DL : 0
WINCE MFC COM sample. (from EVC高級編程及其應用開發)-WINCE MFC COM sample. (From EVC high-level programming and application development)
Update
: 2025-02-17
Size
: 110kb
Publisher
:
劉尚軍
[
ActiveX/DCOM/ATL
]
Simulated_COM
DL : 0
simulated-com示例展示模拟组件对象的的工作原理,simulated_com是win32_console应用程序(非mfc),模拟使用类厂构建对象,并调用接口functions-simulated-com sample display analog Component Object of the working principle, simulated_com is win32_console applications (non-mfc), simulation of the use of plant to build the object, and call the interface functions
Update
: 2025-02-17
Size
: 10kb
Publisher
:
hell
[
JSP/Java
]
sample-struts-portlet-5.2.0.1
DL : 0
jbpm struts 例子 直接放到liferay中运行-jbpm struts sample
Update
: 2025-02-17
Size
: 75kb
Publisher
:
wk
[
ActiveX/DCOM/ATL
]
atlcom2
DL : 0
一个ATL COM组件的例子程序 学ATL必备!-ATL COM Sample
Update
: 2025-02-17
Size
: 35kb
Publisher
:
亮亮
[
SCM
]
vc-com
DL : 0
串口程序示例 MSCOMM控件 只要用来连通单片机与PC机-Sample MSCOMM control program as long as the serial port is used to connect MCU and PC-
Update
: 2025-02-17
Size
: 3.77mb
Publisher
:
wl
«
1
2
3
4
5
6
7
8
9
10
...
14
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.