<TR bgColor=#ffffff width=
<TD align=middle colSpan=
<form id=
<INPUT language=JavaScript class=button id=Btton onclick=
</form>
<input type=
form
using System;
using System
using System
using System
using System
using System
using mshtml;
namespace WindowSAPplication
{
/// <summary>
/// Form
/// </summary>
public class Form
{
private AxSHDocVw
private System
private System
/// <summary>
/// 必需的設計器變量
/// </summary>
private System
public Form
{
//
// Windows 窗體設計器支持所必需的
//
InitializeComponent();
//
// TODO: 在 InitializeComponent 調用後添加任何構造函數代碼
//
}
/// <summary>
/// 清理所有正在使用的資源
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if (components != null)
{
components
}
}
base
}
#region Windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法
/// 此方法的內容
/// </summary>
private void InitializeComponent()
{
System
this
this
this
((System
this
//
// axWebBrowser
//
this
this
this
this
this
//
// button
//
this
this
this
this
this
this
//
// button
//
this
this
this
this
this
//
// Form
//
this
this
this
this
this
this
this
((System
this
}
#endregion
/// <summary>
/// 應用程序的主入口點
/// </summary>
[STAThread]
static void Main()
{
Application
}
private void button
{
object x = System
axWebBrowser
}
private void button
{
mshtml
mshtml
((mshtml
mshtml
Element
}
}
}
From:http://tw.wingwit.com/Article/program/net/201311/13890.html