資源簡介
能前進(jìn)、后退、支持多標(biāo)簽、打印、添加收藏等功能
代碼片段和文件信息
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)按鈕
????????///?
????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????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\前進(jìn).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個文件信息
評論
共有 條評論