基本信息
源码名称:C#写的打开并显示OFFICE文档
源码大小:2.53M
文件格式:.rar
开发语言:C#
更新时间:2023-04-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#写的在form上打开并显示OFFICE文档


文件清单
└── InnderWord
    ├── InnderWord
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── ~$帮助.doc
    │   │   │   ├── InnderWord.exe
    │   │   │   ├── InnderWord.pdb
    │   │   │   ├── InnderWord.vshost.exe
    │   │   │   ├── InnderWord.vshost.exe.manifest
    │   │   │   ├── Microsoft.Office.Interop.Excel.dll
    │   │   │   ├── Microsoft.Office.Interop.Excel.xml
    │   │   │   ├── Microsoft.Office.Interop.PowerPoint.dll
    │   │   │   ├── Microsoft.Office.Interop.Word.dll
    │   │   │   ├── Microsoft.Office.Interop.Word.xml
    │   │   │   ├── Microsoft.Vbe.Interop.dll
    │   │   │   ├── Office.dll
    │   │   │   ├── Office.xml
    │   │   │   ├── qq.ppt
    │   │   │   ├── qq.xls
    │   │   │   ├── 帮助.doc
    │   │   │   └── 新建 Microsoft Excel 工作表.xlsx
    │   │   ├── Debug.rar
    │   │   └── Release
    │   │       ├── InnderWord.exe
    │   │       ├── InnderWord.pdb
    │   │       ├── InnderWord.vshost.exe
    │   │       ├── InnderWord.vshost.exe.manifest
    │   │       ├── Microsoft.Office.Interop.Excel.dll
    │   │       ├── Microsoft.Office.Interop.PowerPoint.dll
    │   │       ├── Microsoft.Office.Interop.Word.dll
    │   │       ├── Office.dll
    │   │       └── qq.xls
    │   ├── ExcelEmbed.cs
    │   ├── Form1.cs
    │   ├── Form1.Designer.cs
    │   ├── Form1.resx
    │   ├── InnderWord.csproj
    │   ├── IOffice.cs
    │   ├── obj
    │   │   └── x86
    │   │       ├── Debug
    │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
    │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       │   ├── GenerateResource-ResGen.read.1.tlog
    │   │       │   ├── GenerateResource-ResGen.write.1.tlog
    │   │       │   ├── InnderWord.csproj.FileListAbsolute.txt
    │   │       │   ├── InnderWord.exe
    │   │       │   ├── InnderWord.Form1.resources
    │   │       │   ├── InnderWord.OfficeEmbed.resources
    │   │       │   ├── InnderWord.pdb
    │   │       │   ├── InnderWord.Properties.Resources.resources
    │   │       │   ├── ResolveAssemblyReference.cache
    │   │       │   └── TempPE
    │   │       └── Release
    │   │           ├── DesignTimeResolveAssemblyReferences.cache
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── GenerateResource-ResGen.read.1.tlog
    │   │           ├── GenerateResource-ResGen.write.1.tlog
    │   │           ├── InnderWord.csproj.FileListAbsolute.txt
    │   │           ├── InnderWord.exe
    │   │           ├── InnderWord.Form1.resources
    │   │           ├── InnderWord.OfficeEmbed.resources
    │   │           ├── InnderWord.pdb
    │   │           ├── InnderWord.Properties.Resources.resources
    │   │           └── TempPE
    │   ├── OfficeEmbed.cs
    │   ├── OfficeEmbed.csproj
    │   ├── OfficeEmbed.Designer.cs
    │   ├── OfficeEmbed.resx
    │   ├── PPTEmbed.cs
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── WinAPI.cs
    │   └── WordEmbed.cs
    ├── InnderWord.sln
    └── InnderWord.suo

12 directories, 69 files