实例介绍
Office Viewer OCX,很好用,而且是免费的,
【实例截图】
【核心代码】
4744302543001710336.rar
└── Office Viewer OCX
├── Icon.ico
├── license.txt
├── OA.CAB
├── OA.oca
├── OA.ocx
├── OA_Reference.pdf
├── OfficeViewer
│ ├── InputDlg.cpp
│ ├── InputDlg.h
│ ├── oa.cpp
│ ├── oa.h
│ ├── OfficeViewer.aps
│ ├── OfficeViewer.clw
│ ├── OfficeViewer.cpp
│ ├── OfficeViewerDlg.cpp
│ ├── OfficeViewerDlg.h
│ ├── OfficeViewer.dsp
│ ├── OfficeViewer.dsw
│ ├── OfficeViewer.h
│ ├── OfficeViewer.opt
│ ├── OfficeViewer.plg
│ ├── OfficeViewer.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── OfficeViewer.ico
│ │ └── OfficeViewer.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── OfficeViewer.exe
├── Readme.txt
├── Sample
│ ├── Asp.net_OA
│ │ ├── Asp.net_OA
│ │ │ └── Asp.net_OA.sln
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Sample.doc
│ │ ├── UploadAction.aspx
│ │ ├── UploadAction.aspx.cs
│ │ └── Web.Config
│ ├── C#
│ │ └── OfficeViewer
│ │ ├── OfficeViewer
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AxInterop.OALib.dll
│ │ │ │ ├── Interop.OALib.dll
│ │ │ │ ├── OfficeViewer.exe
│ │ │ │ ├── OfficeViewer.pdb
│ │ │ │ └── OfficeViewer.vshost.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── OfficeViewer.csproj
│ │ │ ├── OfficeViewer.csproj.user
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── OfficeViewer.sln
│ ├── Delphi 7
│ │ ├── !cleartmp.bat
│ │ ├── OALib_TLB_D7.dpk
│ │ ├── OALib_TLB_D7.res
│ │ ├── OALib_TLB.dcr
│ │ ├── OALib_TLB.pas
│ │ ├── Project1.dpr
│ │ ├── Project1.exe
│ │ ├── Project1.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── HTML and PHP
│ │ ├── Office-Viewer-OCX.htm
│ │ └── SaveFile.php
│ ├── include
│ │ ├── excel8.cpp
│ │ ├── excel8.h
│ │ ├── graph8.cpp
│ │ ├── graph8.h
│ │ ├── msppt8.cpp
│ │ ├── msppt8.h
│ │ ├── msword8.cpp
│ │ └── msword8.h
│ ├── VB
│ │ ├── DocProps
│ │ │ ├── DocProps.exe
│ │ │ ├── DocProps.frm
│ │ │ ├── DocProps.log
│ │ │ ├── DocProps.vbp
│ │ │ ├── DocProps.vbw
│ │ │ └── MSSCCPRJ.SCC
│ │ ├── ExcelArray
│ │ │ ├── ExcelArray.exe
│ │ │ ├── ExcelArray.frm
│ │ │ ├── ExcelArray.log
│ │ │ ├── ExcelArray.vbp
│ │ │ ├── ExcelArray.vbw
│ │ │ └── MSSCCPRJ.SCC
│ │ ├── OfficeViewer
│ │ │ ├── MSSCCPRJ.SCC
│ │ │ ├── OfficeViewer.exe
│ │ │ ├── OfficeViewer.vbp
│ │ │ ├── OfficeViewer.vbw
│ │ │ ├── OfficeView.frm
│ │ │ └── OfficeView.log
│ │ └── SlideShow
│ │ ├── MSSCCPRJ.SCC
│ │ ├── Slideshow.exe
│ │ ├── SlideShow.frm
│ │ ├── Slideshow.vbp
│ │ └── Slideshow.vbw
│ └── VC
│ ├── Excel_ImportData
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── Excel_ImportData.aps
│ │ ├── Excel_ImportData.clw
│ │ ├── Excel_ImportData.cpp
│ │ ├── Excel_ImportDataDlg.cpp
│ │ ├── Excel_ImportDataDlg.h
│ │ ├── Excel_ImportData.dsp
│ │ ├── Excel_ImportData.dsw
│ │ ├── Excel_ImportData.h
│ │ ├── Excel_ImportData.odl
│ │ ├── Excel_ImportData.opt
│ │ ├── Excel_ImportData.plg
│ │ ├── Excel_ImportData.rc
│ │ ├── Excel_ImportData.reg
│ │ ├── oa.cpp
│ │ ├── oa.h
│ │ ├── Output
│ │ │ └── Excel_ImportData.exe
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Excel_ImportData.ico
│ │ │ └── Excel_ImportData.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Excel_Viewer
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── Excel_Viewer.aps
│ │ ├── Excel_Viewer.clw
│ │ ├── Excel_Viewer.cpp
│ │ ├── Excel_ViewerDlg.cpp
│ │ ├── Excel_ViewerDlg.h
│ │ ├── Excel_Viewer.dsp
│ │ ├── Excel_Viewer.dsw
│ │ ├── Excel_Viewer.h
│ │ ├── Excel_Viewer.odl
│ │ ├── Excel_Viewer.opt
│ │ ├── Excel_Viewer.plg
│ │ ├── Excel_Viewer.rc
│ │ ├── Excel_Viewer.reg
│ │ ├── oa.cpp
│ │ ├── oa.h
│ │ ├── Output
│ │ │ ├── Excel_Viewer.exe
│ │ │ └── Sample.xls
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Excel_Viewer.ico
│ │ │ └── Excel_Viewer.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── OAExcel
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── oa.cpp
│ │ ├── OAExcel.aps
│ │ ├── OAExcel.clw
│ │ ├── OAExcel.cpp
│ │ ├── OAExcelDlg.cpp
│ │ ├── OAExcelDlg.h
│ │ ├── OAExcel.dsp
│ │ ├── OAExcel.dsw
│ │ ├── OAExcel.h
│ │ ├── OAExcel.odl
│ │ ├── OAExcel.opt
│ │ ├── OAExcel.plg
│ │ ├── OAExcel.rc
│ │ ├── OAExcel.reg
│ │ ├── oa.h
│ │ ├── Output
│ │ │ └── OAExcel.exe
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── OAExcel.ico
│ │ │ └── OAExcel.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── OAPowerPoint
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── oa.cpp
│ │ ├── oa.h
│ │ ├── OAPowerPoint.aps
│ │ ├── OAPowerPoint.clw
│ │ ├── OAPowerPoint.cpp
│ │ ├── OAPowerPointDlg.cpp
│ │ ├── OAPowerPointDlg.h
│ │ ├── OAPowerPoint.dsp
│ │ ├── OAPowerPoint.dsw
│ │ ├── OAPowerPoint.h
│ │ ├── OAPowerPoint.odl
│ │ ├── OAPowerPoint.opt
│ │ ├── OAPowerPoint.plg
│ │ ├── OAPowerPoint.rc
│ │ ├── OAPowerPoint.reg
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── OAPowerPoint.exe
│ │ ├── res
│ │ │ ├── OAPowerPoint.ico
│ │ │ └── OAPowerPoint.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── OAWord
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── oa.cpp
│ │ ├── oa.h
│ │ ├── OAWord.aps
│ │ ├── OAWord.clw
│ │ ├── OAWord.cpp
│ │ ├── OAWordDlg.cpp
│ │ ├── OAWordDlg.h
│ │ ├── OAWord.dsp
│ │ ├── OAWord.dsw
│ │ ├── OAWord.h
│ │ ├── OAWord.ncb
│ │ ├── OAWord.odl
│ │ ├── OAWord.opt
│ │ ├── OAWord.plg
│ │ ├── OAWord.rc
│ │ ├── OAWord.reg
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── OAWord.exe
│ │ ├── res
│ │ │ ├── OAWord.ico
│ │ │ └── OAWord.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── PowerPoint_SlideShow
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── oa.cpp
│ │ ├── oa.h
│ │ ├── OutPut
│ │ │ └── PowerPoint_SlideShow.exe
│ │ ├── PowerPoint_SlideShow.aps
│ │ ├── PowerPoint_SlideShow.clw
│ │ ├── PowerPoint_SlideShow.cpp
│ │ ├── PowerPoint_SlideShowDlg.cpp
│ │ ├── PowerPoint_SlideShowDlg.h
│ │ ├── PowerPoint_SlideShow.dsp
│ │ ├── PowerPoint_SlideShow.dsw
│ │ ├── PowerPoint_SlideShow.h
│ │ ├── PowerPoint_SlideShow.odl
│ │ ├── PowerPoint_SlideShow.opt
│ │ ├── PowerPoint_SlideShow.plg
│ │ ├── PowerPoint_SlideShow.rc
│ │ ├── PowerPoint_SlideShow.reg
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── PowerPoint_SlideShow.ico
│ │ │ └── PowerPoint_SlideShow.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── PowerPoint_Viewer
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── oa.cpp
│ │ ├── oa.h
│ │ ├── OutPut
│ │ │ └── PowerPoint_Viewer.exe
│ │ ├── PowerPoint_Viewer.aps
│ │ ├── PowerPoint_Viewer.clw
│ │ ├── PowerPoint_Viewer.cpp
│ │ ├── PowerPoint_ViewerDlg.cpp
│ │ ├── PowerPoint_ViewerDlg.h
│ │ ├── PowerPoint_Viewer.dsp
│ │ ├── PowerPoint_Viewer.dsw
│ │ ├── PowerPoint_Viewer.h
│ │ ├── PowerPoint_Viewer.odl
│ │ ├── PowerPoint_Viewer.opt
│ │ ├── PowerPoint_Viewer.plg
│ │ ├── PowerPoint_Viewer.rc
│ │ ├── PowerPoint_Viewer.reg
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── PowerPoint_Viewer.ico
│ │ │ └── PowerPoint_Viewer.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Word_InsertImage
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── oa.cpp
│ │ ├── oa.h
│ │ ├── Output
│ │ │ ├── test.bmp
│ │ │ └── Word_InsertImage.exe
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Word_InsertImage.ico
│ │ │ └── Word_InsertImage.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Word_InsertImage.aps
│ │ ├── Word_InsertImage.clw
│ │ ├── Word_InsertImage.cpp
│ │ ├── Word_InsertImageDlg.cpp
│ │ ├── Word_InsertImageDlg.h
│ │ ├── Word_InsertImage.dsp
│ │ ├── Word_InsertImage.dsw
│ │ ├── Word_InsertImage.h
│ │ ├── Word_InsertImage.odl
│ │ ├── Word_InsertImage.opt
│ │ ├── Word_InsertImage.plg
│ │ ├── Word_InsertImage.rc
│ │ └── Word_InsertImage.reg
│ └── Word_Save
│ ├── DlgProxy.cpp
│ ├── DlgProxy.h
│ ├── oa.cpp
│ ├── oa.h
│ ├── Output
│ │ └── Word_Save.exe
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Word_Save.ico
│ │ └── Word_Save.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Word_Save.aps
│ ├── Word_Save.clw
│ ├── Word_Save.cpp
│ ├── Word_SaveDlg.cpp
│ ├── Word_SaveDlg.h
│ ├── Word_Save.dsp
│ ├── Word_Save.dsw
│ ├── Word_Save.h
│ ├── Word_Save.odl
│ ├── Word_Save.opt
│ ├── Word_Save.plg
│ ├── Word_Save.rc
│ └── Word_Save.reg
├── 下载安装说明.txt
├── !)卸载.bat
├── 未来软件园-首页.url
└── !)绿化.bat
48 directories, 319 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论