資源簡(jiǎn)介
C#寫的一個(gè)PDF閱讀器,效果不錯(cuò),使用的免費(fèi)組件itextsharp.dll,使用鉤子捕獲事件
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Windows.Forms;
namespace?WindowsFormsDemo
{
????static?class?Program
????{
????????///?
????????///?應(yīng)用程序的主入口點(diǎn)。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?PDF.PDFViewerForm());
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????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個(gè)文件信息
評(píng)論
共有 條評(píng)論