xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

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

資源簡介

c#實(shí)現(xiàn)的網(wǎng)頁瀏覽器,類似于ie瀏覽器,網(wǎng)站的添加,刪除,輸入網(wǎng)址在線瀏覽,收藏夾等功能的實(shí)現(xiàn)。

資源截圖

代碼片段和文件信息

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

版權(quán)所有:? 吉林省明日科技有限公司

完成日期: 2010-09-15

項(xiàng)目出處: 編程詞典

服務(wù)社區(qū): www.mingribook.com

學(xué)習(xí)社區(qū): 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
????{
????????//每頁標(biāo)題顯示字符數(shù)
????????private?int?title_COUNT?=?8;
????????public?frmIE()
????????{
????????????InitializeComponent();
????????}

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

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

????????///?
????????///?
????????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();
????????}
????????///?
????????///?轉(zhuǎn)到按鈕
????????///?

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

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

?????文件???????2862??2008-06-12?10:51??網(wǎng)頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\前進(jìn).ico

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

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

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

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

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

?????文件???????2862??2008-06-12?11:09??網(wǎng)頁瀏覽器模塊\MyWebIE\MyWebIE\IEImage\轉(zhuǎn)到.ico

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

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

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

............此處省略28個(gè)文件信息

評論

共有 條評論