Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
PropPageMFC.odl
Package: proppagecntr.zip [view]
Upload User: lc8096
Upload Date: 2007-01-02
Package Size: 40k
Code Size: 2k
Category:
ActiveX-DCOM-ATL
Development Platform:
Visual C++
- // PropPageMFC.odl : type library source for ActiveX Control project.
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (PropPageMFC.tlb) that will become a resource in
- // PropPageMFC.ocx.
- #include <olectl.h>
- #include <idispids.h>
- [ uuid(A56A23D0-79AF-11D2-8DC4-C36D152E46FE), version(1.0),
- helpfile("PropPageMFC.hlp"),
- helpstring("PropPageMFC ActiveX Control module"),
- control ]
- library PROPPAGEMFCLib
- {
- importlib(STDOLE_TLB);
- importlib(STDTYPE_TLB);
- // Primary dispatch interface for CPropPageMFCCtrl
- [ uuid(A56A23D1-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("Dispatch interface for PropPageMFC Control"), hidden ]
- dispinterface _DPropPageMFC
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CPropPageMFCCtrl)
- //}}AFX_ODL_PROP
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CPropPageMFCCtrl)
- [id(1)] void Execute();
- //}}AFX_ODL_METHOD
- };
- // Event dispatch interface for CPropPageMFCCtrl
- [ uuid(A56A23D2-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("Event interface for PropPageMFC Control") ]
- dispinterface _DPropPageMFCEvents
- {
- properties:
- // Event interface has no properties
- methods:
- // NOTE - ClassWizard will maintain event information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_EVENT(CPropPageMFCCtrl)
- [id(1)] void ObjectFound(BSTR ObjectID);
- //}}AFX_ODL_EVENT
- };
- // Class information for CPropPageMFCCtrl
- [ uuid(A56A23D3-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("PropPageMFC Control"), control ]
- coclass PropPageMFC
- {
- [default] dispinterface _DPropPageMFC;
- [default, source] dispinterface _DPropPageMFCEvents;
- };
- //{{AFX_APPEND_ODL}}
- //}}AFX_APPEND_ODL}}
- };