嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# 扩展的比较完整的WebBrowser控件
.
├── C# 扩展的比较完整的WebBrowser控件_InternetExplorer.rar
└── Internet Explorer
├── Extended WebBrowser
│ ├── AppendClass.cs
│ ├── BrowserCommands.cs
│ ├── BrowserExtendedNavigatingEventArgs.cs
│ ├── ClassDiagram1.cd
│ ├── CommandStateEventArgs.cs
│ ├── Extended WebBrowser.csproj
│ ├── ExtendedWebBrowser.cs
│ ├── NativeMethods.cs
│ ├── NotifyCollection.cs
│ ├── PopupBlockerFilterLevel.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ScriptError.cs
│ ├── UnsafeNativeMethods.cs
│ ├── UrlContext.cs
│ ├── WebBrowserExtendedEvents.cs
│ ├── WindowManager.cs
│ ├── WindowsMessages.cs
│ ├── bin
│ │ └── Debug
│ │ ├── ExWebBrowser.dll
│ │ ├── ExWebBrowser.pdb
│ │ └── Interop.SHDocVw.dll
│ └── obj
│ └── Debug
│ ├── ExWebBrowser.dll
│ ├── ExWebBrowser.pdb
│ ├── Extended WebBrowser.csproj.FileListAbsolute.txt
│ ├── Extended WebBrowser.csproj.ResolveComReference.cache
│ ├── Interop.SHDocVw.dll
│ ├── Refactor
│ └── TempPE
├── Internet Explorer.sln
├── Internet Explorer.suo
├── WindowsFormsApplication1
│ ├── ControlStatusManager.cs
│ ├── Home1.ico
│ ├── HomeDialog.Designer.cs
│ ├── HomeDialog.cs
│ ├── HomeDialog.resx
│ ├── Internet Explorer.csproj
│ ├── MainForm.Designer.cs
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── OptionForm.Designer.cs
│ ├── OptionForm.cs
│ ├── OptionForm.resx
│ ├── PingSpeed.Designer.cs
│ ├── PingSpeed.cs
│ ├── PingSpeed.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── Delete16.png
│ │ ├── Errore.ico
│ │ ├── ExpirationHS.png
│ │ ├── Gear.ico
│ │ ├── Globe.ico
│ │ ├── Go.bmp
│ │ ├── Google.png
│ │ ├── Home.ico
│ │ ├── Home1.ico
│ │ ├── Input.bmp
│ │ ├── NoPopUp.gif
│ │ ├── SecurityLock.png
│ │ ├── Settings.png
│ │ ├── Star2.png
│ │ ├── Stop16.png
│ │ ├── Thumbs.db
│ │ ├── Utility_VBScript.ico
│ │ ├── Web_XML.ico
│ │ ├── addfav.png
│ │ ├── busy.gif
│ │ ├── eventlogFailureAudit.ico
│ │ ├── fSEARCH_00.gif
│ │ ├── folder3.png
│ │ ├── history.png
│ │ ├── i_print.gif
│ │ ├── page161.png
│ │ ├── popBlocked.png
│ │ ├── popallowed.png
│ │ ├── refresh16.png
│ │ ├── script.png
│ │ ├── tab_icon.png
│ │ └── wrench_orange.png
│ ├── ScriptErrorManager.cs
│ ├── ScriptErrorWindow.Designer.cs
│ ├── ScriptErrorWindow.cs
│ ├── ScriptErrorWindow.resx
│ ├── SettingsHelper.cs
│ ├── TextChangedEventArgs.cs
│ ├── UserControl1.Designer.cs
│ ├── WindowManager.cs
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── ExWebBrowser.dll
│ │ ├── ExWebBrowser.pdb
│ │ ├── Internet Explorer.exe
│ │ ├── Internet Explorer.exe.config
│ │ ├── Internet Explorer.pdb
│ │ ├── Internet Explorer.vshost.exe
│ │ ├── Internet Explorer.vshost.exe.config
│ │ ├── Internet Explorer.vshost.exe.manifest
│ │ ├── Interop.SHDocVw.dll
│ │ ├── WindowsFormsApplication1.exe
│ │ ├── WindowsFormsApplication1.pdb
│ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ ├── exBrowser.cs
│ ├── exBrowser.resx
│ └── obj
│ └── Debug
│ ├── Internet Explorer.csproj.FileListAbsolute.txt
│ ├── Internet Explorer.csproj.GenerateResource.Cache
│ ├── Internet Explorer.exe
│ ├── Internet Explorer.pdb
│ ├── Refactor
│ ├── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── WindowsFormsApplication1.Properties.Resources.resources
│ ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│ ├── WindowsFormsApplication1.csproj.GenerateResource.Cache
│ ├── WindowsFormsApplication1.exe
│ ├── WindowsFormsApplication1.pdb
│ ├── exWEB.HomeDialog.resources
│ ├── exWEB.MainForm.resources
│ ├── exWEB.OptionForm.resources
│ ├── exWEB.PingSpeed.resources
│ ├── exWEB.Properties.Resources.resources
│ ├── exWEB.ScriptErrorWindow.resources
│ └── exWEB.exBrowser.resources
└── fxcop.FxCop
18 directories, 122 files