91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 144KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-06
  • 語言: C#
  • 標簽: c#瀏覽器??

資源簡介

c#實現的網頁瀏覽器,類似于ie瀏覽器,網站的添加,刪除,輸入網址在線瀏覽,收藏夾等功能的實現。

資源截圖

代碼片段和文件信息

/*************************************

版權所有:? 吉林省明日科技有限公司

完成日期: 2010-09-15

項目出處: 編程詞典

服務社區: www.mingribook.com

學習社區: www.mrbccd.com

*************************************/
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
namespace?MyWebIE
{
????public?partial?class?frmIE?:?Form
????{
????????//每頁標題顯示字符數
????????private?int?title_COUNT?=?8;
????????public?frmIE()
????????{
????????????InitializeComponent();
????????}

????????#region?工具欄
????????///?
????????///?后退按鈕
????????///?

????????///?
????????///?
????????private?void?btngoback_Click(object?sender?EventArgs?e)
????????{
????????????getCurrentBrowser().GoBack();
????????????setStatusButton();
????????}
????????///?
????????///?前進按鈕
????????///?

????????///?
????????///?
????????private?void?btnforword_Click(object?sender?EventArgs?e)
????????{
????????????getCurrentBrowser().GoForward();
????????????setStatusButton();
????????}
????????///?
????????///?停止按鈕
????????///?

????????///?
????????///?
????????private?void?btnStop_Click(object?sender?EventArgs?e)
????????{
????????????getCurrentBrowser().Stop();
????????}
????????///?
????????///?刷新按鈕
????????///?

????????///?
????????///?
????????private?void?btnrefresh_Click(object?sender?EventArgs?e)
????????{
????????????getCurrentBrowser().Refresh();
????????}
????????///?
????????///?主頁按鈕
????????///?

????????///?
????????///?
????????private?void?btnhome_Click(object?sender?EventArgs?e)
????????{
????????????getCurrentBrowser().GoHome();
????????}
????????///?
????????///?搜索按鈕
????????///?

????????///?
????????///?
????????private?void?btnsearch_Click(object?sender?EventArgs?e)
????????{
????????????getCurrentBrowser().GoSearch();
????????}
????????///?
????????///?打印按鈕
????????///?

????????///?
????????///?
????????private?void?btnprint_Click(object?sender?EventArgs?e)
????????{
????????????getCurrentBrowser().ShowPrintDialog();
????????}
????????///?
????????///?新建按鈕
????????///?

????????///?
????????///?
????????private?void?btnNew_Click(object?sender?EventArgs?e)
????????{
????????????newPage();
????????}
????????///?
????????///?轉到按鈕
????????///?

????????///?
????????///?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????49152??2008-05-30?11:36??網頁瀏覽器模塊\MyWebIE\MyWebIE\bin\Debug\Interop.IWshRuntimeLibrary.dll

?????文件??????43008??2010-09-15?14:55??網頁瀏覽器模塊\MyWebIE\MyWebIE\bin\Debug\MyWebIE.exe

?????文件??????56832??2010-09-15?14:55??網頁瀏覽器模塊\MyWebIE\MyWebIE\bin\Debug\MyWebIE.pdb

?????文件??????14328??2010-09-15?14:54??網頁瀏覽器模塊\MyWebIE\MyWebIE\bin\Debug\MyWebIE.vshost.exe

?????文件????????490??2009-06-11?05:14??網頁瀏覽器模塊\MyWebIE\MyWebIE\bin\Debug\MyWebIE.vshost.exe.manifest

?????文件??????20314??2010-09-15?14:55??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmIE.cs

?????文件??????26701??2010-01-28?10:20??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmIE.designer.cs

?????文件??????21315??2010-01-28?10:20??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmIE.resx

?????文件???????2794??2010-09-15?14:55??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmNeatenFavorites.cs

?????文件???????4261??2010-01-28?10:17??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmNeatenFavorites.designer.cs

?????文件???????5814??2010-01-28?10:17??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmNeatenFavorites.resx

?????文件???????2759??2010-09-15?14:55??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmOpenFavorites.cs

?????文件???????5401??2010-01-28?10:17??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmOpenFavorites.designer.cs

?????文件???????9221??2010-01-28?10:17??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmOpenFavorites.resx

?????文件???????1100??2010-09-15?14:55??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmSource.cs

?????文件???????2258??2010-01-28?10:17??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmSource.designer.cs

?????文件???????5814??2010-01-28?10:17??網頁瀏覽器模塊\MyWebIE\MyWebIE\frmSource.resx

?????文件???????2862??2008-06-12?10:51??網頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\主頁.ico

?????文件???????2862??2008-06-12?10:51??網頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\停止.ico

?????文件???????2862??2008-06-12?10:51??網頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\刷新.ico

?????文件???????2862??2008-06-12?10:51??網頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\前進.ico

?????文件???????2862??2008-06-12?10:51??網頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\后退.ico

?????文件???????2862??2008-06-12?10:51??網頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\打印.ico

?????文件???????2862??2008-06-12?10:51??網頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\搜索.ico

?????文件???????2862??2008-06-12?10:51??網頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\新建.ico

?????文件???????2862??2008-06-12?11:09??網頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\瀏覽器.ico

?????文件???????2862??2008-06-12?11:09??網頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\轉到.ico

?????文件???????5134??2010-09-15?14:54??網頁瀏覽器模塊\MyWebIE\MyWebIE\MyWebIE.csproj

?????文件???????2695??2010-09-15?14:55??網頁瀏覽器模塊\MyWebIE\MyWebIE\obj\Debug\MyWebIE.csproj.FileListAbsolute.txt

?????文件???????1049??2010-09-15?14:55??網頁瀏覽器模塊\MyWebIE\MyWebIE\obj\Debug\MyWebIE.csproj.GenerateResource.Cache

............此處省略28個文件信息

評論

共有 條評論