• 大小: 0.29M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 浏览器  C#  源码  

资源简介

能前进、后退、支持多标签、打印、添加收藏等功能

资源截图

代码片段和文件信息

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();
        }
        /// 
        /// 前进按钮
        /// 

    

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2009-07-09 10:10  MyWebIE\
     目录           0  2009-07-09 10:10  MyWebIE\MyWebIE\
     文件         910  2008-05-30 08:56  MyWebIE\MyWebIE.sln
     文件       15872  2008-08-18 15:55  MyWebIE\MyWebIE.suo
     目录           0  2009-07-09 10:10  MyWebIE\MyWebIE\bin\
     目录           0  2009-07-09 10:10  MyWebIE\MyWebIE\bin\Debug\
     文件       49152  2008-05-30 11:36  MyWebIE\MyWebIE\bin\Debug\Interop.IWshRuntimeLibrary.dll
     文件       69632  2008-08-11 13:08  MyWebIE\MyWebIE\bin\Debug\MyWebIE.exe
     文件       60928  2008-08-11 13:08  MyWebIE\MyWebIE\bin\Debug\MyWebIE.pdb
     文件        5632  2005-11-11 22:25  MyWebIE\MyWebIE\bin\Debug\MyWebIE.vshost.exe
     文件       20046  2008-08-11 13:02  MyWebIE\MyWebIE\frmIE.cs
     文件       26701  2008-08-11 09:39  MyWebIE\MyWebIE\frmIE.Designer.cs
     文件       21707  2008-08-11 09:39  MyWebIE\MyWebIE\frmIE.resx
     文件        2565  2008-05-30 11:49  MyWebIE\MyWebIE\frmNeatenFavorites.cs
     文件        4261  2008-05-30 11:47  MyWebIE\MyWebIE\frmNeatenFavorites.Designer.cs
     文件        5814  2008-05-30 11:47  MyWebIE\MyWebIE\frmNeatenFavorites.resx
     文件        2528  2008-05-30 11:44  MyWebIE\MyWebIE\frmOpenFavorites.cs
     文件        5401  2008-05-30 11:31  MyWebIE\MyWebIE\frmOpenFavorites.Designer.cs
     文件        9221  2008-05-30 11:31  MyWebIE\MyWebIE\frmOpenFavorites.resx
     文件         871  2008-05-30 11:09  MyWebIE\MyWebIE\frmSource.cs
     文件        2258  2008-05-30 11:09  MyWebIE\MyWebIE\frmSource.Designer.cs
     文件        5814  2008-05-30 11:09  MyWebIE\MyWebIE\frmSource.resx
     目录           0  2009-07-09 10:10  MyWebIE\MyWebIE\IEImage\
     文件       37888  2008-11-05 11:36  MyWebIE\MyWebIE\IEImage\Thumbs.db
     文件        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
............此处省略36个文件信息

评论

共有 条评论