资源简介
C#写的一个PDF阅读器,效果不错,使用的免费组件itextsharp.dll,使用钩子捕获事件
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace WindowsFormsDemo
{
static class Program
{
///
/// 应用程序的主入口点。
///
[STAThread]
static void Main()
{
Application.EnableVisualstyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new PDF.PDFViewerForm());
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 77 2013-05-22 14:12 WindowsFormsDemo\App.config
文件 28672 2009-05-22 10:29 WindowsFormsDemo\bin\Debug\HookAPI.dll
文件 23552 2013-07-31 15:12 WindowsFormsDemo\bin\Debug\Interop.EARTHLib.dll
文件 3727360 2013-04-11 15:53 WindowsFormsDemo\bin\Debug\itextsharp.dll
文件 2755996 2013-04-11 15:53 WindowsFormsDemo\bin\Debug\itextsharp.xm
文件 4271616 2011-05-16 14:05 WindowsFormsDemo\bin\Debug\PDFLibNet.dll
文件 75776 2013-07-31 15:19 WindowsFormsDemo\bin\Debug\WindowsFormsDemo.exe
文件 77 2013-05-22 14:12 WindowsFormsDemo\bin\Debug\WindowsFormsDemo.exe.config
文件 241152 2013-07-31 15:19 WindowsFormsDemo\bin\Debug\WindowsFormsDemo.pdb
文件 11600 2013-05-28 16:59 WindowsFormsDemo\bin\Debug\WindowsFormsDemo.vshost.exe
文件 77 2013-05-22 14:12 WindowsFormsDemo\bin\Debug\WindowsFormsDemo.vshost.exe.config
文件 75927 2013-07-31 15:13 WindowsFormsDemo\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 9116 2013-07-31 15:17 WindowsFormsDemo\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 26624 2013-05-27 17:02 WindowsFormsDemo\obj\x86\Debug\Interop.Acrobat.dll
文件 23552 2013-07-31 15:12 WindowsFormsDemo\obj\x86\Debug\Interop.EARTHLib.dll
文件 331264 2013-07-31 15:12 WindowsFormsDemo\obj\x86\Debug\Interop.WMPLib.dll
文件 7680 2013-05-28 13:38 WindowsFormsDemo\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 4843 2013-07-31 15:19 WindowsFormsDemo\obj\x86\Debug\WindowsFormsDemo.csproj.FileListAbsolute.txt
文件 2710 2013-07-17 13:35 WindowsFormsDemo\obj\x86\Debug\WindowsFormsDemo.csproj.GenerateResource.Cache
文件 792 2013-07-31 15:12 WindowsFormsDemo\obj\x86\Debug\WindowsFormsDemo.csproj.ResolveComReference.cache
文件 363904 2013-07-31 15:12 WindowsFormsDemo\obj\x86\Debug\WindowsFormsDemo.csprojResolveAssemblyReference.cache
文件 75776 2013-07-31 15:19 WindowsFormsDemo\obj\x86\Debug\WindowsFormsDemo.exe
文件 241152 2013-07-31 15:19 WindowsFormsDemo\obj\x86\Debug\WindowsFormsDemo.pdb
文件 180 2013-07-31 15:19 WindowsFormsDemo\obj\x86\Debug\WindowsFormsDemo.PDF.PDFViewerControl.resources
文件 180 2013-07-31 15:19 WindowsFormsDemo\obj\x86\Debug\WindowsFormsDemo.PDF.PDFViewerForm.resources
文件 19327 2013-07-31 15:19 WindowsFormsDemo\obj\x86\Debug\WindowsFormsDemo.Properties.Resources.resources
文件 8739 2013-05-28 13:50 WindowsFormsDemo\PDF\GDI.cs
文件 30869 2013-05-29 11:27 WindowsFormsDemo\PDF\PDFViewerControl.cs
文件 2446 2013-05-28 18:29 WindowsFormsDemo\PDF\PDFViewerControl.Designer.cs
文件 5817 2013-05-28 18:29 WindowsFormsDemo\PDF\PDFViewerControl.resx
............此处省略58个文件信息
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
- C#之WPF重绘动态正弦余弦曲线
评论
共有 条评论