<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://www.vbex.ru/index.php?action=history&amp;feed=atom&amp;title=VB.Net_Tutorial%2FWindows%2FAxWebBrowser</id>
		<title>VB.Net Tutorial/Windows/AxWebBrowser - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://www.vbex.ru/index.php?action=history&amp;feed=atom&amp;title=VB.Net_Tutorial%2FWindows%2FAxWebBrowser"/>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VB.Net_Tutorial/Windows/AxWebBrowser&amp;action=history"/>
		<updated>2026-04-05T01:54:56Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.vbex.ru/index.php?title=VB.Net_Tutorial/Windows/AxWebBrowser&amp;diff=3640&amp;oldid=prev</id>
		<title> в 16:40, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VB.Net_Tutorial/Windows/AxWebBrowser&amp;diff=3640&amp;oldid=prev"/>
				<updated>2010-05-26T16:40:30Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 16:40, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://www.vbex.ru/index.php?title=VB.Net_Tutorial/Windows/AxWebBrowser&amp;diff=3641&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VB.Net_Tutorial/Windows/AxWebBrowser&amp;diff=3641&amp;oldid=prev"/>
				<updated>2010-05-26T12:56:12Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==AxSHDocVw AxWebBrowser==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;vbnet&amp;quot;&amp;gt;Imports System.Windows.Forms&lt;br /&gt;
public class AxSHDocVwAxWebBrowser&lt;br /&gt;
   public Shared Sub Main&lt;br /&gt;
        Application.Run(New Form1)&lt;br /&gt;
   End Sub&lt;br /&gt;
End class&lt;br /&gt;
Public Class Form1&lt;br /&gt;
    Inherits System.Windows.Forms.Form&lt;br /&gt;
    Public Sub New()&lt;br /&gt;
        MyBase.New()&lt;br /&gt;
        InitializeComponent()&lt;br /&gt;
    End Sub&lt;br /&gt;
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)&lt;br /&gt;
        If disposing Then&lt;br /&gt;
            If Not (components Is Nothing) Then&lt;br /&gt;
                components.Dispose()&lt;br /&gt;
            End If&lt;br /&gt;
        End If&lt;br /&gt;
        MyBase.Dispose(disposing)&lt;br /&gt;
    End Sub&lt;br /&gt;
    Private components As System.ruponentModel.IContainer&lt;br /&gt;
    Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu&lt;br /&gt;
    Friend WithEvents ComboBox1 As System.Windows.Forms.ruboBox&lt;br /&gt;
    Friend WithEvents ToolBar1 As System.Windows.Forms.ToolBar&lt;br /&gt;
    Friend WithEvents ToolBarButton1 As System.Windows.Forms.ToolBarButton&lt;br /&gt;
    Friend WithEvents ToolBarButton2 As System.Windows.Forms.ToolBarButton&lt;br /&gt;
    Friend WithEvents ToolBarButton3 As System.Windows.Forms.ToolBarButton&lt;br /&gt;
    Friend WithEvents ToolBarButton4 As System.Windows.Forms.ToolBarButton&lt;br /&gt;
    Friend WithEvents ToolBarButton5 As System.Windows.Forms.ToolBarButton&lt;br /&gt;
    Friend WithEvents ImageList1 As System.Windows.Forms.ImageList&lt;br /&gt;
    Friend WithEvents Label1 As System.Windows.Forms.Label&lt;br /&gt;
    Friend WithEvents StatusBar1 As System.Windows.Forms.StatusBar&lt;br /&gt;
    Friend WithEvents StatusBarPanel1 As System.Windows.Forms.StatusBarPanel&lt;br /&gt;
    Friend WithEvents StatusBarPanel2 As System.Windows.Forms.StatusBarPanel&lt;br /&gt;
    Friend WithEvents StatusBarPanel3 As System.Windows.Forms.StatusBarPanel&lt;br /&gt;
    Friend WithEvents Timer1 As System.Windows.Forms.Timer&lt;br /&gt;
    Friend WithEvents AxWebBrowser1 As AxSHDocVw.AxWebBrowser&lt;br /&gt;
    Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem&lt;br /&gt;
    Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem&lt;br /&gt;
    Friend WithEvents Button1 As System.Windows.Forms.Button&lt;br /&gt;
    Friend WithEvents MenuItem3 As System.Windows.Forms.MenuItem&lt;br /&gt;
    &amp;lt;System.Diagnostics.DebuggerStepThrough()&amp;gt; Private Sub InitializeComponent()&lt;br /&gt;
        Me.ruponents = New System.ruponentModel.Container&lt;br /&gt;
        Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(Form1))&lt;br /&gt;
        Me.MainMenu1 = New System.Windows.Forms.MainMenu&lt;br /&gt;
        Me.MenuItem1 = New System.Windows.Forms.MenuItem&lt;br /&gt;
        Me.MenuItem2 = New System.Windows.Forms.MenuItem&lt;br /&gt;
        Me.MenuItem3 = New System.Windows.Forms.MenuItem&lt;br /&gt;
        Me.ruboBox1 = New System.Windows.Forms.ruboBox&lt;br /&gt;
        Me.ToolBar1 = New System.Windows.Forms.ToolBar&lt;br /&gt;
        Me.ToolBarButton1 = New System.Windows.Forms.ToolBarButton&lt;br /&gt;
        Me.ToolBarButton2 = New System.Windows.Forms.ToolBarButton&lt;br /&gt;
        Me.ToolBarButton3 = New System.Windows.Forms.ToolBarButton&lt;br /&gt;
        Me.ToolBarButton4 = New System.Windows.Forms.ToolBarButton&lt;br /&gt;
        Me.ToolBarButton5 = New System.Windows.Forms.ToolBarButton&lt;br /&gt;
        Me.ImageList1 = New System.Windows.Forms.ImageList(Me.ruponents)&lt;br /&gt;
        Me.Label1 = New System.Windows.Forms.Label&lt;br /&gt;
        Me.StatusBar1 = New System.Windows.Forms.StatusBar&lt;br /&gt;
        Me.StatusBarPanel1 = New System.Windows.Forms.StatusBarPanel&lt;br /&gt;
        Me.StatusBarPanel2 = New System.Windows.Forms.StatusBarPanel&lt;br /&gt;
        Me.StatusBarPanel3 = New System.Windows.Forms.StatusBarPanel&lt;br /&gt;
        Me.Timer1 = New System.Windows.Forms.Timer(Me.ruponents)&lt;br /&gt;
        Me.AxWebBrowser1 = New AxSHDocVw.AxWebBrowser&lt;br /&gt;
        Me.Button1 = New System.Windows.Forms.Button&lt;br /&gt;
        CType(Me.StatusBarPanel1, System.ruponentModel.ISupportInitialize).BeginInit()&lt;br /&gt;
        CType(Me.StatusBarPanel2, System.ruponentModel.ISupportInitialize).BeginInit()&lt;br /&gt;
        CType(Me.StatusBarPanel3, System.ruponentModel.ISupportInitialize).BeginInit()&lt;br /&gt;
        CType(Me.AxWebBrowser1, System.ruponentModel.ISupportInitialize).BeginInit()&lt;br /&gt;
        Me.SuspendLayout()&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;MainMenu1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.MainMenu1.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.MenuItem1})&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;MenuItem1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.MenuItem1.Index = 0&lt;br /&gt;
        Me.MenuItem1.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.MenuItem2, Me.MenuItem3})&lt;br /&gt;
        Me.MenuItem1.Text = &amp;quot;File&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;MenuItem2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.MenuItem2.Index = 0&lt;br /&gt;
        Me.MenuItem2.Text = &amp;quot;Open&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;MenuItem3&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.MenuItem3.Index = 1&lt;br /&gt;
        Me.MenuItem3.Text = &amp;quot;Exit&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;ComboBox1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.ruboBox1.Location = New System.Drawing.Point(64, 32)&lt;br /&gt;
        Me.ruboBox1.Name = &amp;quot;ComboBox1&amp;quot;&lt;br /&gt;
        Me.ruboBox1.Size = New System.Drawing.Size(384, 21)&lt;br /&gt;
        Me.ruboBox1.TabIndex = 0&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;ToolBar1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.ToolBar1.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.ToolBarButton1, Me.ToolBarButton2, Me.ToolBarButton3, Me.ToolBarButton4, Me.ToolBarButton5})&lt;br /&gt;
        Me.ToolBar1.DropDownArrows = True&lt;br /&gt;
        Me.ToolBar1.ImageList = Me.ImageList1&lt;br /&gt;
        Me.ToolBar1.Location = New System.Drawing.Point(0, 0)&lt;br /&gt;
        Me.ToolBar1.Name = &amp;quot;ToolBar1&amp;quot;&lt;br /&gt;
        Me.ToolBar1.ShowToolTips = True&lt;br /&gt;
        Me.ToolBar1.Size = New System.Drawing.Size(512, 28)&lt;br /&gt;
        Me.ToolBar1.TabIndex = 1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;ToolBarButton1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.ToolBarButton1.ImageIndex = 0&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;ToolBarButton2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.ToolBarButton2.ImageIndex = 1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;ToolBarButton3&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.ToolBarButton3.ImageIndex = 2&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;ToolBarButton4&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.ToolBarButton4.ImageIndex = 3&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;ToolBarButton5&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.ToolBarButton5.ImageIndex = 4&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;ImageList1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16)&lt;br /&gt;
        Me.ImageList1.ImageStream = CType(resources.GetObject(&amp;quot;ImageList1.ImageStream&amp;quot;), System.Windows.Forms.ImageListStreamer)&lt;br /&gt;
        Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Label1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Label1.Location = New System.Drawing.Point(8, 32)&lt;br /&gt;
        Me.Label1.Name = &amp;quot;Label1&amp;quot;&lt;br /&gt;
        Me.Label1.Size = New System.Drawing.Size(48, 16)&lt;br /&gt;
        Me.Label1.TabIndex = 2&lt;br /&gt;
        Me.Label1.Text = &amp;quot;Address&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;StatusBar1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.StatusBar1.Location = New System.Drawing.Point(0, 278)&lt;br /&gt;
        Me.StatusBar1.Name = &amp;quot;StatusBar1&amp;quot;&lt;br /&gt;
        Me.StatusBar1.Panels.AddRange(New System.Windows.Forms.StatusBarPanel() {Me.StatusBarPanel1, Me.StatusBarPanel2, Me.StatusBarPanel3})&lt;br /&gt;
        Me.StatusBar1.ShowPanels = True&lt;br /&gt;
        Me.StatusBar1.Size = New System.Drawing.Size(512, 24)&lt;br /&gt;
        Me.StatusBar1.TabIndex = 4&lt;br /&gt;
        Me.StatusBar1.Text = &amp;quot;StatusBar1&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;StatusBarPanel1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.StatusBarPanel1.Width = 200&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;StatusBarPanel3&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.StatusBarPanel3.Width = 400&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Timer1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;AxWebBrowser1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.AxWebBrowser1.Enabled = True&lt;br /&gt;
        Me.AxWebBrowser1.Location = New System.Drawing.Point(0, 56)&lt;br /&gt;
        Me.AxWebBrowser1.OcxState = CType(resources.GetObject(&amp;quot;AxWebBrowser1.OcxState&amp;quot;), System.Windows.Forms.AxHost.State)&lt;br /&gt;
        Me.AxWebBrowser1.Size = New System.Drawing.Size(512, 216)&lt;br /&gt;
        Me.AxWebBrowser1.TabIndex = 5&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Button1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Button1.Location = New System.Drawing.Point(456, 32)&lt;br /&gt;
        Me.Button1.Name = &amp;quot;Button1&amp;quot;&lt;br /&gt;
        Me.Button1.Size = New System.Drawing.Size(48, 24)&lt;br /&gt;
        Me.Button1.TabIndex = 6&lt;br /&gt;
        Me.Button1.Text = &amp;quot;Link&amp;quot;&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Form1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)&lt;br /&gt;
        Me.ClientSize = New System.Drawing.Size(512, 302)&lt;br /&gt;
        Me.Controls.Add(Me.Button1)&lt;br /&gt;
        Me.Controls.Add(Me.AxWebBrowser1)&lt;br /&gt;
        Me.Controls.Add(Me.StatusBar1)&lt;br /&gt;
        Me.Controls.Add(Me.Label1)&lt;br /&gt;
        Me.Controls.Add(Me.ToolBar1)&lt;br /&gt;
        Me.Controls.Add(Me.ruboBox1)&lt;br /&gt;
        Me.Menu = Me.MainMenu1&lt;br /&gt;
        CType(Me.StatusBarPanel1, System.ruponentModel.ISupportInitialize).EndInit()&lt;br /&gt;
        CType(Me.StatusBarPanel2, System.ruponentModel.ISupportInitialize).EndInit()&lt;br /&gt;
        CType(Me.StatusBarPanel3, System.ruponentModel.ISupportInitialize).EndInit()&lt;br /&gt;
        CType(Me.AxWebBrowser1, System.ruponentModel.ISupportInitialize).EndInit()&lt;br /&gt;
        Me.ResumeLayout(False)&lt;br /&gt;
    End Sub&lt;br /&gt;
    Dim flag As Boolean = False&lt;br /&gt;
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load&lt;br /&gt;
        Try&lt;br /&gt;
            AxWebBrowser1.Anchor = AnchorStyles.Top Or AnchorStyles.Bottom Or AnchorStyles.Left Or AnchorStyles.Right&lt;br /&gt;
            ComboBox1.Text = &amp;quot;about:blank&amp;quot;&lt;br /&gt;
            Timer1.Enabled = True&lt;br /&gt;
            AxWebBrowser1.Navigate(ComboBox1.Text)&lt;br /&gt;
        Catch ex As Exception&lt;br /&gt;
        End Try&lt;br /&gt;
    End Sub&lt;br /&gt;
    Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem2.Click&lt;br /&gt;
        Try&lt;br /&gt;
            Dim URL As String&lt;br /&gt;
            URL = &amp;quot;http://www.vbex.ru&amp;quot;&lt;br /&gt;
            ComboBox1.Text = URL&lt;br /&gt;
            Timer1.Enabled = True&lt;br /&gt;
            AxWebBrowser1.Navigate(URL)&lt;br /&gt;
        Catch ex As Exception&lt;br /&gt;
        End Try&lt;br /&gt;
    End Sub&lt;br /&gt;
    Private Sub MenuItem3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem3.Click&lt;br /&gt;
        End&lt;br /&gt;
    End Sub&lt;br /&gt;
    Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged&lt;br /&gt;
        If flag Then Exit Sub&lt;br /&gt;
        Timer1.Enabled = True&lt;br /&gt;
        AxWebBrowser1.Navigate(ComboBox1.Text)&lt;br /&gt;
    End Sub&lt;br /&gt;
    Private Sub ComboBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles ComboBox1.KeyPress&lt;br /&gt;
        Dim t As Short = Asc(e.KeyChar)&lt;br /&gt;
        If t = System.Windows.Forms.Keys.Return Then&lt;br /&gt;
            ComboBox1_SelectedIndexChanged(ComboBox1, New System.EventArgs)&lt;br /&gt;
        End If&lt;br /&gt;
        If t = 0 Then&lt;br /&gt;
            e.Handled = True&lt;br /&gt;
        End If&lt;br /&gt;
    End Sub&lt;br /&gt;
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click&lt;br /&gt;
        Dim URL As String&lt;br /&gt;
        URL = ComboBox1.Text&lt;br /&gt;
        AxWebBrowser1.Navigate(URL)&lt;br /&gt;
    End Sub&lt;br /&gt;
    Private Sub ToolBar1_ButtonClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ToolBarButtonClickEventArgs) Handles ToolBar1.ButtonClick&lt;br /&gt;
        Try&lt;br /&gt;
            Select Case ToolBar1.Buttons.IndexOf(e.Button)&lt;br /&gt;
                Case 0&lt;br /&gt;
                    AxWebBrowser1.GoBack()&lt;br /&gt;
                Case 1&lt;br /&gt;
                    AxWebBrowser1.GoForward()&lt;br /&gt;
                Case 2&lt;br /&gt;
                    AxWebBrowser1.Stop()&lt;br /&gt;
                Case 3&lt;br /&gt;
                    AxWebBrowser1.GoHome()&lt;br /&gt;
                    ComboBox1.SelectedIndex = 0&lt;br /&gt;
                Case 4&lt;br /&gt;
                    Me.Close()&lt;br /&gt;
            End Select&lt;br /&gt;
        Catch ex As Exception&lt;br /&gt;
            Console.WriteLine(&amp;quot;Error&amp;quot;)&lt;br /&gt;
        End Try&lt;br /&gt;
    End Sub&lt;br /&gt;
    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick&lt;br /&gt;
        If AxWebBrowser1.Busy = True Then&lt;br /&gt;
            StatusBar1.Panels(0).Text = &amp;quot;Reading...&amp;quot;&lt;br /&gt;
        Else&lt;br /&gt;
            StatusBar1.Panels(0).Text = &amp;quot; &amp;quot;&lt;br /&gt;
            StatusBar1.Panels(0).Text = AxWebBrowser1.LocationName &amp;amp; &amp;quot; &amp;quot; &amp;amp; AxWebBrowser1.LocationURL&lt;br /&gt;
        End If&lt;br /&gt;
        StatusBar1.Panels(2).Text = Now.ToLongTimeString&lt;br /&gt;
    End Sub&lt;br /&gt;
    Private Sub AxWebBrowser1_DownloadComplete(ByVal sender As Object, ByVal e As System.EventArgs) Handles AxWebBrowser1.DownloadComplete&lt;br /&gt;
        Me.Text = AxWebBrowser1.LocationName&lt;br /&gt;
    End Sub&lt;br /&gt;
    Private Sub AxWebBrowser1_NavigateComplete2(ByVal sender As Object, ByVal e As AxSHDocVw.DWebBrowserEvents2_NavigateComplete2Event) Handles AxWebBrowser1.NavigateComplete2&lt;br /&gt;
        Dim i As Integer&lt;br /&gt;
        flag = True&lt;br /&gt;
        Me.Text = AxWebBrowser1.LocationName&lt;br /&gt;
        For i = 0 To ComboBox1.Items.Count - 1&lt;br /&gt;
            If CStr(ComboBox1.Items.Item(i)) = AxWebBrowser1.LocationURL Then&lt;br /&gt;
                ComboBox1.Items.RemoveAt(i)&lt;br /&gt;
                Exit For&lt;br /&gt;
            End If&lt;br /&gt;
        Next&lt;br /&gt;
        ComboBox1.Items.Insert(0, AxWebBrowser1.LocationURL)&lt;br /&gt;
        ComboBox1.SelectedIndex = 0&lt;br /&gt;
        flag = False&lt;br /&gt;
    End Sub&lt;br /&gt;
End Class&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>