资源简介
这是用C#编写的IE浏览器,功能虽然不是很强大,但是很值得学习。
代码片段和文件信息
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();
}
///
/// 转到按钮
///
///
///
private void toolStripButton1_Click(object sender EventArgs e)
{
newCurrentPageUrl(tscburl.Text);
}
///
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 49152 2009-07-20 10:29 MyWebIE\MyWebIE\bin\Debug\Interop.IWshRuntimeLibrary.dll
文件 69632 2009-07-20 10:35 MyWebIE\MyWebIE\bin\Debug\MyWebIE.exe
文件 73216 2009-07-20 10:35 MyWebIE\MyWebIE\bin\Debug\MyWebIE.pdb
文件 5632 2005-11-11 22:25 MyWebIE\MyWebIE\bin\Debug\MyWebIE.vshost.exe
文件 20046 2009-07-20 10:35 MyWebIE\MyWebIE\frmIE.cs
文件 26751 2009-07-20 10:35 MyWebIE\MyWebIE\frmIE.Designer.cs
文件 21707 2009-07-20 10:35 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
文件 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
文件 6351 2008-08-11 09:44 MyWebIE\MyWebIE\MyWebIE.csproj
文件 168 2008-06-12 11:11 MyWebIE\MyWebIE\MyWebIE.csproj.user
文件 49152 2009-07-20 10:29 MyWebIE\MyWebIE\obj\Debug\Interop.IWshRuntimeLibrary.dll
文件 126976 2008-05-30 11:36 MyWebIE\MyWebIE\obj\Debug\Interop.SHDocVw.dll
............此处省略38个文件信息
- 上一篇:ASP.NET C# 工资管理系统
- 下一篇:C#获取显示器的分辨率
相关资源
- C#获取显示器的分辨率
- ASP.NET C# 工资管理系统
- C#开发的OCR识别程序源码
- C# Office 2007 Ribbon 风格的按钮和菜单
- C#教程 PPT课件
- 一个很强大的C#第三方控件!!(附带
- C#实现的遗传算法类库
- C#实现在picturebox内画矩形,并将局部
- 班级管理系统(C#实现)
- c#钩子获取键盘消息
- 网络搜图精灵(C#写的)
- C#使用GDI 绘制汽车车速表等量表源代
- 一款漂亮的灯光闪烁的圣诞树(C# V
- C# WinForm读写INI文件
- 用C#绘制正弦曲线,要用到Form1_Resiz
- c# 鼠标绘图 并保存到本地
- 随机抽题系统C#源代码
- c#在线考试系统(附源码)
- C#实现简单的Web打印控件
- FtpClient 组件和源码(c#)
- C#开发实例大全(提高卷)源码
- C# SQL学生选课系统
- C#程序实现动态调用DLL的研究
- 毕业设计_房屋中介系统(C#版)
- C# 制作的带记忆功能计算器
- C#更改Windows防火墙设置实例程序
- C#笔试题大全C#面试集合包括了,.ne
- ASP.NET客户管理系统(毕业设计 C#
- ExcelHelper C#操作Excel的好几种方法
- 在线求职系统(C#ASP.NET源码)
评论
共有 条评论