嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#版ActiveX JS Flex通讯 完整实现
11:一切就緒,編譯運行,你可以在UserControl TestContainer里調試你的業務方法。 到這裡位置,ActiveX編碼完成,接下來就發布。 ActiveX控件部署 1:使用VS新建一個ActiveX安裝包 2:選擇工程類型。...
.
├── ActiveX-JS-Flex通訊.doc
├── Ben
│ ├── Ben
│ │ ├── Ben.csproj
│ │ ├── GetCardInfo.cs
│ │ ├── IObjectSafety.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ReadICCardActiveX.Designer.cs
│ │ ├── ReadICCardActiveX.cs
│ │ ├── ReadICCardActiveX.resx
│ │ ├── ReadWriteICCard.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── Release
│ │ │ ├── Ben.dll
│ │ │ ├── Ben.pdb
│ │ │ ├── Ben.tlb
│ │ │ ├── Hello.inf
│ │ │ ├── xsxt.PVK
│ │ │ ├── xsxt.cer
│ │ │ └── xsxt.spc
│ │ └── obj
│ │ ├── Ben.csproj.FileList.txt
│ │ ├── Ben.csproj.UnmanagedRegistration.cache
│ │ ├── Debug
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── Ben.ReadICCardActiveX.resources
│ │ ├── Ben.csproj.GenerateResource.Cache
│ │ ├── Ben.csproj.ResolveComReference.cache
│ │ ├── Ben.dll
│ │ ├── Ben.pdb
│ │ ├── Refactor
│ │ └── TempPE
│ ├── Ben.sln
│ ├── Ben.suo
│ └── Setup1
│ ├── Debug
│ ├── Release
│ └── Setup1.vdproj
├── C#版ActiveX JS Flex通讯 完整实现_activex-js-flex.rar
├── JS_Flex
│ ├── bin-debug
│ │ ├── AC_OETags.js
│ │ ├── Flex_Js.html
│ │ ├── Flex_Js.swf
│ │ ├── history
│ │ │ ├── history.css
│ │ │ ├── history.js
│ │ │ └── historyFrame.html
│ │ ├── playerProductInstall.swf
│ │ └── swfobject.js
│ ├── html-template
│ │ ├── AC_OETags.js
│ │ ├── history
│ │ │ ├── history.css
│ │ │ ├── history.js
│ │ │ └── historyFrame.html
│ │ ├── index.template.html
│ │ └── playerProductInstall.swf
│ ├── libs
│ └── src
│ ├── Flex_Js.html
│ ├── Flex_Js.mxml
│ ├── services-config.xml
│ └── swfobject.js
└── index.html
22 directories, 46 files