在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 《COM实用入门视频教程》PPT及配套源代码.rar

《COM实用入门视频教程》PPT及配套源代码.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:7.01M
  • 下载次数:3
  • 浏览次数:54
  • 发布时间:2021-12-04
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
《COM实用入门视频教程》PPT及配套源代码完整资料
【实例截图】
【核心代码】
4744300845207768307.rar
├── COM例子
│   ├── COM例子.sln
│   ├── CSharpTestSection4Demo1
│   │   ├── bin
│   │   │   └── Release
│   │   ├── CSharpTestSection4Demo1.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   ├── CSharpTestSection4Demo1.csproj.FileListAbsolute.txt
│   │   │   └── Release
│   │   │   ├── build.force
│   │   │   ├── CSharpTestSection4Demo1.csproj.ResolveComReference.cache
│   │   │   ├── Interop.Section4Demo1Lib.dll
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── CSharpTestSection6Demo1
│   │   ├── bin
│   │   │   └── Release
│   │   ├── CSharpTestSection6Demo1.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── CSharpTestSection6Demo1.csproj.FileListAbsolute.txt
│   │   │   └── Release
│   │   │   ├── AxInterop.Section6Demo1Lib.dll
│   │   │   ├── build.force
│   │   │   ├── CSharpTestSection6Demo1.csproj.ResolveComReference.cache
│   │   │   ├── Interop.Section6Demo1Lib.dll
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── MFCTest2Section7Demo1
│   │   ├── MFCTest2Section7Demo1.aps
│   │   ├── MFCTest2Section7Demo1.cpp
│   │   ├── MFCTest2Section7Demo1Dlg.cpp
│   │   ├── MFCTest2Section7Demo1Dlg.h
│   │   ├── MFCTest2Section7Demo1.h
│   │   ├── MFCTest2Section7Demo1.rc
│   │   ├── MFCTest2Section7Demo1.vcproj
│   │   ├── MFCTest2Section7Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── MFCTest2Section7Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── MFCTest2Section7Demo1.ico
│   │   │   └── MFCTest2Section7Demo1.rc2
│   │   ├── Resource.h
│   │   ├── Sink.cpp
│   │   ├── Sink.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── MFCTestSection4Demo1
│   │   ├── MFCTestSection4Demo1.aps
│   │   ├── MFCTestSection4Demo1.cpp
│   │   ├── MFCTestSection4Demo1Dlg.cpp
│   │   ├── MFCTestSection4Demo1Dlg.h
│   │   ├── MFCTestSection4Demo1.h
│   │   ├── MFCTestSection4Demo1.rc
│   │   ├── MFCTestSection4Demo1.vcproj
│   │   ├── MFCTestSection4Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── MFCTestSection4Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── MFCTestSection4Demo1.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── MFCTestSection4Demo1.ico
│   │   │   └── MFCTestSection4Demo1.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── MFCTestSection6Demo1
│   │   ├── hellocompositecontrol1.cpp
│   │   ├── hellocompositecontrol1.h
│   │   ├── MFCTestSection6Demo1.aps
│   │   ├── MFCTestSection6Demo1.cpp
│   │   ├── MFCTestSection6Demo1Dlg.cpp
│   │   ├── MFCTestSection6Demo1Dlg.h
│   │   ├── MFCTestSection6Demo1.h
│   │   ├── MFCTestSection6Demo1.rc
│   │   ├── MFCTestSection6Demo1.vcproj
│   │   ├── MFCTestSection6Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── MFCTestSection6Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── MFCTestSection6Demo1.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── MFCTestSection6Demo1.ico
│   │   │   └── MFCTestSection6Demo1.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── MFCTestSection7Demo1
│   │   ├── MFCTestSection7Demo1.aps
│   │   ├── MFCTestSection7Demo1.cpp
│   │   ├── MFCTestSection7Demo1Dlg.cpp
│   │   ├── MFCTestSection7Demo1Dlg.h
│   │   ├── MFCTestSection7Demo1.h
│   │   ├── MFCTestSection7Demo1.rc
│   │   ├── MFCTestSection7Demo1.vcproj
│   │   ├── MFCTestSection7Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── MFCTestSection7Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── MFCTestSection7Demo1.ico
│   │   │   └── MFCTestSection7Demo1.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── MFCTestSection8
│   │   ├── loginax.cpp
│   │   ├── loginax.h
│   │   ├── MFCTestSection8.aps
│   │   ├── MFCTestSection8.cpp
│   │   ├── MFCTestSection8Dlg.cpp
│   │   ├── MFCTestSection8Dlg.h
│   │   ├── MFCTestSection8.h
│   │   ├── MFCTestSection8.rc
│   │   ├── MFCTestSection8.vcproj
│   │   ├── MFCTestSection8.vcproj.DADI-PC.Administrator.user
│   │   ├── MFCTestSection8.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── MFCTestSection8.ico
│   │   │   └── MFCTestSection8.rc2
│   │   ├── Resource.h
│   │   ├── Sink.cpp
│   │   ├── Sink.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── Section1Demo1
│   │   ├── ReadMe.txt
│   │   ├── Section1Demo1.cpp
│   │   ├── Section1Demo1.vcproj
│   │   ├── Section1Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── Section1Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section1Demo1.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── Section1Demo2
│   │   ├── ReadMe.txt
│   │   ├── Section1Demo2.cpp
│   │   ├── Section1Demo2.vcproj
│   │   ├── Section1Demo2.vcproj.DADI-PC.Administrator.user
│   │   ├── Section1Demo2.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section1Demo2.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── Section2Demo1
│   │   ├── ReadMe.txt
│   │   ├── Section2Demo1.cpp
│   │   ├── Section2Demo1.vcproj
│   │   ├── Section2Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── Section2Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section2Demo1.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── Section3Demo1
│   │   ├── ReadMe.txt
│   │   ├── Section3Demo1.cpp
│   │   ├── Section3Demo1.vcproj
│   │   ├── Section3Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── Section3Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section3Demo1.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── Section4Demo1
│   │   ├── dlldata.c
│   │   ├── HelloSimpleObject.cpp
│   │   ├── HelloSimpleObject.h
│   │   ├── HelloSimpleObject.rgs
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── Section4Demo1.aps
│   │   ├── Section4Demo1.cpp
│   │   ├── Section4Demo1.def
│   │   ├── Section4Demo1.h
│   │   ├── Section4Demo1_i.c
│   │   ├── Section4Demo1.idl
│   │   ├── Section4Demo1_p.c
│   │   ├── Section4Demo1ps.def
│   │   ├── Section4Demo1PS.vcproj
│   │   ├── Section4Demo1PS.vcproj.DADI-PC.Administrator.user
│   │   ├── Section4Demo1PS.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section4Demo1PS.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── Section4Demo1.rc
│   │   ├── Section4Demo1.rgs
│   │   ├── Section4Demo1.vcproj
│   │   ├── Section4Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── Section4Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section4Demo1.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── Test.htm
│   ├── Section6Demo1
│   │   ├── dlldata.c
│   │   ├── HelloCompositeControl.bmp
│   │   ├── HelloCompositeControl.cpp
│   │   ├── HelloCompositeControl.h
│   │   ├── HelloCompositeControl.htm
│   │   ├── HelloCompositeControl.rgs
│   │   ├── _IHelloCompositeControlEvents_CP.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── Section6Demo1.aps
│   │   ├── Section6Demo1.cpp
│   │   ├── Section6Demo1.def
│   │   ├── Section6Demo1.h
│   │   ├── Section6Demo1_i.c
│   │   ├── Section6Demo1.idl
│   │   ├── Section6Demo1_p.c
│   │   ├── Section6Demo1ps.def
│   │   ├── Section6Demo1PS.vcproj
│   │   ├── Section6Demo1PS.vcproj.DADI-PC.Administrator.user
│   │   ├── Section6Demo1PS.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section6Demo1PS.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── Section6Demo1.rc
│   │   ├── Section6Demo1.rgs
│   │   ├── Section6Demo1.vcproj
│   │   ├── Section6Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── Section6Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section6Demo1.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── Section6Demo2
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── Section6Demo2.ico
│   │   │   └── Section6Demo2.rc2
│   │   ├── Resource.h
│   │   ├── Section6Demo2.aps
│   │   ├── Section6Demo2.cpp
│   │   ├── Section6Demo2Dlg.cpp
│   │   ├── Section6Demo2Dlg.h
│   │   ├── Section6Demo2.h
│   │   ├── Section6Demo2.rc
│   │   ├── Section6Demo2.vcproj
│   │   ├── Section6Demo2.vcproj.DADI-PC.Administrator.user
│   │   ├── Section6Demo2.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section6Demo2.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── Section7Demo1
│   │   ├── dlldata.c
│   │   ├── HelloSOE.cpp
│   │   ├── HelloSOE.h
│   │   ├── HelloSOE.rgs
│   │   ├── _IHelloSOEEvents_CP.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── Section7Demo1.aps
│   │   ├── Section7Demo1.cpp
│   │   ├── Section7Demo1.def
│   │   ├── Section7Demo1.h
│   │   ├── Section7Demo1_i.c
│   │   ├── Section7Demo1.idl
│   │   ├── Section7Demo1_p.c
│   │   ├── Section7Demo1ps.def
│   │   ├── Section7Demo1PS.vcproj
│   │   ├── Section7Demo1PS.vcproj.DADI-PC.Administrator.user
│   │   ├── Section7Demo1PS.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section7Demo1PS.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── Section7Demo1.rc
│   │   ├── Section7Demo1.rgs
│   │   ├── Section7Demo1.vcproj
│   │   ├── Section7Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── Section7Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section7Demo1.vcproj.UIPOWER-NING.Administrator.user
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── x64
│   ├── Section8Demo1
│   │   ├── dlldata.c
│   │   ├── _IPasswordSpObjEvents_CP.h
│   │   ├── PasswordSpObj.cpp
│   │   ├── PasswordSpObj.h
│   │   ├── PasswordSpObj.rgs
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── Section8Demo1.aps
│   │   ├── Section8Demo1.cpp
│   │   ├── Section8Demo1.def
│   │   ├── Section8Demo1.h
│   │   ├── Section8Demo1_i.c
│   │   ├── Section8Demo1.idl
│   │   ├── Section8Demo1_p.c
│   │   ├── Section8Demo1ps.def
│   │   ├── Section8Demo1PS.vcproj
│   │   ├── Section8Demo1PS.vcproj.DADI-PC.Administrator.user
│   │   ├── Section8Demo1PS.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── Section8Demo1.rc
│   │   ├── Section8Demo1.rgs
│   │   ├── Section8Demo1.vcproj
│   │   ├── Section8Demo1.vcproj.DADI-PC.Administrator.user
│   │   ├── Section8Demo1.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   └── Section8Demo2
│   ├── dlldata.c
│   ├── _ILoginAxEvents_CP.h
│   ├── LoginAx.bmp
│   ├── LoginAx.cpp
│   ├── LoginAx.h
│   ├── LoginAx.htm
│   ├── LoginAx.rgs
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── Section8Demo2.aps
│   ├── Section8Demo2.cpp
│   ├── Section8Demo2.def
│   ├── Section8Demo2.h
│   ├── Section8Demo2_i.c
│   ├── Section8Demo2.idl
│   ├── Section8Demo2_p.c
│   ├── Section8Demo2ps.def
│   ├── Section8Demo2PS.vcproj
│   ├── Section8Demo2PS.vcproj.DADI-PC.Administrator.user
│   ├── Section8Demo2PS.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   ├── Section8Demo2.rc
│   ├── Section8Demo2.rgs
│   ├── Section8Demo2.vcproj
│   ├── Section8Demo2.vcproj.DADI-PC.Administrator.user
│   ├── Section8Demo2.vcproj.UIPOWER-9E57D5C.Genius Cheng.user
│   ├── stdafx.cpp
│   └── stdafx.h
├── COM实用入门教程前言.ppt
├── COM实用入门教程第一讲.ppt
├── COM实用入门教程第七讲.ppt
├── COM实用入门教程第三讲.ppt
├── COM实用入门教程第二讲.ppt
├── COM实用入门教程第五讲.ppt
├── COM实用入门教程第八讲.ppt
├── COM实用入门教程第六讲.ppt
└── COM实用入门教程第四讲.ppt

37 directories, 306 files

标签:

实例下载地址

《COM实用入门视频教程》PPT及配套源代码.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警