登录
首页 » C# » cSharp-WinForm-word

cSharp-WinForm-word

于 2014-12-23 发布 文件大小:924KB
0 166
下载积分: 1 下载次数: 163

代码说明:

  c# Winform 窗口显示word文档内容(Csharp Winform word)

文件列表:

c# WinForm显示word文档

......................\AssemblyInfo.cs,2520,2002-12-06
......................\bin
......................\...\Debug
......................\...\.....\Interop.Microsoft.Office.Core.dll,442368,2012-03-13
......................\...\.....\Interop.VBIDE.dll,57344,2012-03-13
......................\...\.....\Microsoft.Office.Interop.Word.dll,662120,2007-10-10
......................\...\.....\WinWordControl.dll,9728,2012-03-13
......................\...\.....\WinWordControl.pdb,19968,2012-03-13
......................\...\.....\WinWordTestApp.exe,20480,2012-03-13
......................\...\.....\WinWordTestApp.pdb,15872,2012-03-13
......................\...\.....\WinWordTestApp.vshost.exe,14328,2012-03-15
......................\...\.....\WinWordTestApp.vshost.exe.manifest,490,2007-07-21
......................\Form1.cs,8203,2011-05-13
......................\Form1.resx,6017,2011-05-13
......................\obj
......................\...\Debug
......................\...\.....\Interop.Microsoft.Office.Core.dll,442368,2012-03-13
......................\...\.....\Interop.VBIDE.dll,57344,2012-03-13
......................\...\.....\ResolveAssemblyReference.cache,13174,2012-03-13
......................\...\.....\TempPE
......................\...\.....\WinWordTestApp.csproj.FileListAbsolute.txt,1937,2012-03-15
......................\...\.....\WinWordTestApp.csproj.GenerateResource.Cache,774,2012-03-13
......................\...\.....\WinWordTestApp.csproj.ResolveComReference.cache,663,2012-03-13
......................\...\.....\WinWordTestApp.exe,20480,2012-03-13
......................\...\.....\WinWordTestApp.Form1.resources,180,2012-03-13
......................\...\.....\WinWordTestApp.pdb,15872,2012-03-13
......................\UpgradeLog.XML,2092,2011-04-22
......................\WinWordControl
......................\..............\AssemblyInfo.cs,2520,2002-12-06
......................\..............\bin
......................\..............\...\Debug
......................\..............\...\.....\Interop.VBIDE.dll,57344,2011-04-22
......................\..............\...\.....\Interop.Word.dll,655360,2011-04-22
......................\..............\...\.....\Microsoft.Office.Interop.Word.dll,662120,2007-10-10
......................\..............\...\.....\WinWordControl.dll,9728,2012-03-13
......................\..............\...\.....\WinWordControl.pdb,19968,2012-03-13
......................\..............\obj
......................\..............\...\Debug
......................\..............\...\.....\Interop.Microsoft.Office.Core.dll,409600,2011-04-22
......................\..............\...\.....\Interop.VBIDE.dll,57344,2011-04-22
......................\..............\...\.....\Interop.Word.dll,655360,2011-04-22
......................\..............\...\.....\Refactor
......................\..............\...\.....\........\WinWordControl.dll,5120,2011-04-25
......................\..............\...\.....\ResolveAssemblyReference.cache,8821,2012-03-13
......................\..............\...\.....\TempPE
......................\..............\...\.....\WinWordControl.csproj.FileListAbsolute.txt,2650,2012-03-13
......................\..............\...\.....\WinWordControl.csproj.GenerateResource.Cache,783,2011-05-17
......................\..............\...\.....\WinWordControl.csproj.ResolveComReference.cache,811,2011-04-22
......................\..............\...\.....\WinWordControl.dll,9728,2012-03-13
......................\..............\...\.....\WinWordControl.pdb,19968,2012-03-13
......................\..............\...\.....\WinWordControl.WinWordControl.resources,229,2012-03-13
......................\..............\WinWordControl.cs,10842,2011-05-17
......................\..............\WinWordControl.csproj,2743,2011-04-23
......................\..............\WinWordControl.csproj.user,168,2011-04-23
......................\..............\WinWordControl.resx,5324,2003-01-22
......................\WinWordControl.dll,8704,2003-01-24
......................\WinWordTestApp.csproj,6210,2011-04-23
......................\WinWordTestApp.csproj.user,486,2011-04-22
......................\WinWordTestApp.sln,1408,2011-04-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wireless
    用于无线网络编程的学习,很实用,作为初学者的入门教材还是很有用的。(Wireless network programming for learning)
    2013-12-02 17:25:50下载
    积分:1
  • V4L2
    简单的V4L2入门知识总结,V4L2官方说明文档已经视频应用开发手册(Summary of simple V4L2 introductory knowledge)
    2020-07-08 15:18:56下载
    积分:1
  • NAT-P2P
    vc写的穿透NAT例子。很不错 又说明文件(vc write NAT example of penetration. Also very good note)
    2020-10-02 16:07:41下载
    积分:1
  • medo
    设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。  编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中(Let X [0: n- 1] and Y [0: n- 1] for the two arrays, each array containing the n number has been sorted. 2n X and Y to identify the number of digits.  programming tasks using the divide and conquer strategy try to design an O (log n) time algorithm to calculate this median number 2n. Data input by the input data provided input.txt file. The first line in the file has a positive integer n (n < = 200), that there are n numbers of each array. The next two lines are the X, Y array elements. The end result is output program runs, the calculated median output to file output.txt)
    2021-03-22 16:29:16下载
    积分:1
  • Test_Zip
    It s a simple program to demostrate how to use Zip-Unzip with Ziparchive
    2021-03-03 15:29:34下载
    积分:1
  • Chap02
    windows程序设计(第5版)示例代码(windows programming (5th edition) sample code)
    2014-07-03 14:31:53下载
    积分:1
  • daexp1
    对wav进行头文件分析并截取时间输出数据(read wav)
    2012-03-15 15:32:45下载
    积分:1
  • DrawCircle
    实现画圆,用C++的mfc功能,这个是c语言交互式绘图的必备!(Achieve Circle)
    2013-12-20 00:20:37下载
    积分:1
  • chapter-8
    Direct3D 关于雪花粒子,烟花粒子,雨点粒子等的程序。用VC++6.0编译。(Direct3D on snow particles, fireworks particles, particles, etc. raindrops program.)
    2013-05-28 21:56:26下载
    积分:1
  • cSharplianliankan
    c#实现的一个简单连连看,没有什么bug,在vs下可以运行(C# Lianliankan a simple, no bug, can run under vs)
    2013-09-22 19:33:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载