<?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%2FGUI_Applications%2FExplore</id>
		<title>VB.Net Tutorial/GUI Applications/Explore - История изменений</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%2FGUI_Applications%2FExplore"/>
		<link rel="alternate" type="text/html" href="http://www.vbex.ru/index.php?title=VB.Net_Tutorial/GUI_Applications/Explore&amp;action=history"/>
		<updated>2026-04-05T22:05:35Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.vbex.ru/index.php?title=VB.Net_Tutorial/GUI_Applications/Explore&amp;diff=3736&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/GUI_Applications/Explore&amp;diff=3736&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/GUI_Applications/Explore&amp;diff=3737&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/GUI_Applications/Explore&amp;diff=3737&amp;oldid=prev"/>
				<updated>2010-05-26T12:56:31Z</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;==Explore UI==&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 TreeViewListView&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;
&lt;br /&gt;
Public Class Form1&lt;br /&gt;
    Inherits System.Windows.Forms.Form&lt;br /&gt;
#Region &amp;quot; Windows Form Designer generated code &amp;quot;&lt;br /&gt;
    Public Sub New()&lt;br /&gt;
        MyBase.New()&lt;br /&gt;
        &amp;quot;This call is required by the Windows Form Designer.&lt;br /&gt;
        InitializeComponent()&lt;br /&gt;
        &amp;quot;Add any initialization after the InitializeComponent() call&lt;br /&gt;
    End Sub&lt;br /&gt;
    &amp;quot;Form overrides dispose to clean up the component list.&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;
    &amp;quot;Required by the Windows Form Designer&lt;br /&gt;
    Private components As System.ruponentModel.IContainer&lt;br /&gt;
    &amp;quot;NOTE: The following procedure is required by the Windows Form Designer&lt;br /&gt;
    &amp;quot;It can be modified using the Windows Form Designer.  &lt;br /&gt;
    &amp;quot;Do not modify it using the code editor.&lt;br /&gt;
  Friend WithEvents TreeView1 As System.Windows.Forms.TreeView&lt;br /&gt;
  Friend WithEvents Splitter1 As System.Windows.Forms.Splitter&lt;br /&gt;
  Friend WithEvents ListView1 As System.Windows.Forms.ListView&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;
Me.TreeView1 = New System.Windows.Forms.TreeView()&lt;br /&gt;
Me.Splitter1 = New System.Windows.Forms.Splitter()&lt;br /&gt;
Me.ListView1 = New System.Windows.Forms.ListView()&lt;br /&gt;
Me.SuspendLayout()&lt;br /&gt;
&amp;quot;&lt;br /&gt;
&amp;quot;TreeView1&lt;br /&gt;
&amp;quot;&lt;br /&gt;
Me.TreeView1.Dock = System.Windows.Forms.DockStyle.Left&lt;br /&gt;
Me.TreeView1.Name = &amp;quot;TreeView1&amp;quot;&lt;br /&gt;
Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {New System.Windows.Forms.TreeNode(&amp;quot;Letter&amp;quot;, New System.Windows.Forms.TreeNode() {New System.Windows.Forms.TreeNode(&amp;quot;a&amp;quot;, New System.Windows.Forms.TreeNode() {New System.Windows.Forms.TreeNode(&amp;quot;z&amp;quot;), New System.Windows.Forms.TreeNode(&amp;quot;b&amp;quot;)}), New System.Windows.Forms.TreeNode(&amp;quot;c&amp;quot;, New System.Windows.Forms.TreeNode() {New System.Windows.Forms.TreeNode(&amp;quot;d&amp;quot;), New System.Windows.Forms.TreeNode(&amp;quot;e&amp;quot;)})})})&lt;br /&gt;
Me.TreeView1.Size = New System.Drawing.Size(121, 273)&lt;br /&gt;
Me.TreeView1.TabIndex = 0&lt;br /&gt;
&amp;quot;&lt;br /&gt;
&amp;quot;Splitter1&lt;br /&gt;
&amp;quot;&lt;br /&gt;
Me.Splitter1.Location = New System.Drawing.Point(121, 0)&lt;br /&gt;
Me.Splitter1.Name = &amp;quot;Splitter1&amp;quot;&lt;br /&gt;
Me.Splitter1.Size = New System.Drawing.Size(3, 273)&lt;br /&gt;
Me.Splitter1.TabIndex = 1&lt;br /&gt;
Me.Splitter1.TabStop = False&lt;br /&gt;
&amp;quot;&lt;br /&gt;
&amp;quot;ListView1&lt;br /&gt;
&amp;quot;&lt;br /&gt;
Me.ListView1.Dock = System.Windows.Forms.DockStyle.Fill&lt;br /&gt;
Me.ListView1.Location = New System.Drawing.Point(124, 0)&lt;br /&gt;
Me.ListView1.Name = &amp;quot;ListView1&amp;quot;&lt;br /&gt;
Me.ListView1.Size = New System.Drawing.Size(168, 273)&lt;br /&gt;
Me.ListView1.TabIndex = 2&lt;br /&gt;
Me.ListView1.View = System.Windows.Forms.View.List&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(292, 273)&lt;br /&gt;
Me.Controls.AddRange(New System.Windows.Forms.Control() {Me.ListView1, Me.Splitter1, Me.TreeView1})&lt;br /&gt;
Me.Name = &amp;quot;Form1&amp;quot;&lt;br /&gt;
Me.Text = &amp;quot;Vehicle Hierarchy&amp;quot;&lt;br /&gt;
Me.ResumeLayout(False)&lt;br /&gt;
   End Sub&lt;br /&gt;
#End Region&lt;br /&gt;
  Private Sub TreeView1_AfterSelect(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) Handles TreeView1.AfterSelect&lt;br /&gt;
         select case e.Node.Text&lt;br /&gt;
            case &amp;quot;a&amp;quot;&lt;br /&gt;
               listView1.Clear()&lt;br /&gt;
               listView1.Items.Add(&amp;quot;a&amp;quot;,3)&lt;br /&gt;
               listView1.Items.Add(&amp;quot;b&amp;quot;, 4)&lt;br /&gt;
               listView1.Items.Add(&amp;quot;c&amp;quot;, 6)&lt;br /&gt;
            case &amp;quot;b&amp;quot;&lt;br /&gt;
               listView1.Clear()&lt;br /&gt;
               listView1.Items.Add(&amp;quot;a&amp;quot;, 1)&lt;br /&gt;
               listView1.Items.Add(&amp;quot;b&amp;quot;, 2)&lt;br /&gt;
               listView1.Items.Add(&amp;quot;c&amp;quot;, 5)&lt;br /&gt;
         end select&lt;br /&gt;
  End Sub&lt;br /&gt;
  Private Sub ListView1_ItemActivate(ByVal sender As Object, ByVal e As System.EventArgs) Handles ListView1.ItemActivate&lt;br /&gt;
      dim strItem as String = listView1.FocusedItem.Text&lt;br /&gt;
      Console.WriteLine(strItem)&lt;br /&gt;
  End Sub&lt;br /&gt;
End Class&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==File Explore Layout==&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 ExplorerLayoutDemo&lt;br /&gt;
   public Shared Sub Main&lt;br /&gt;
        Application.Run(New ExplorerLayout)&lt;br /&gt;
   End Sub&lt;br /&gt;
End class&lt;br /&gt;
Public Class ExplorerLayout&lt;br /&gt;
    Inherits System.Windows.Forms.Form&lt;br /&gt;
#Region &amp;quot; Windows Form Designer generated code &amp;quot;&lt;br /&gt;
    Public Sub New()&lt;br /&gt;
        MyBase.New()&lt;br /&gt;
        &amp;quot;This call is required by the Windows Form Designer.&lt;br /&gt;
        InitializeComponent()&lt;br /&gt;
        &amp;quot;Add any initialization after the InitializeComponent() call&lt;br /&gt;
    End Sub&lt;br /&gt;
    &amp;quot;Form overrides dispose to clean up the component list.&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;
    &amp;quot;Required by the Windows Form Designer&lt;br /&gt;
    Private components As System.ruponentModel.IContainer&lt;br /&gt;
    &amp;quot;NOTE: The following procedure is required by the Windows Form Designer&lt;br /&gt;
    &amp;quot;It can be modified using the Windows Form Designer.  &lt;br /&gt;
    &amp;quot;Do not modify it using the code editor.&lt;br /&gt;
    Friend WithEvents TreeView1 As System.Windows.Forms.TreeView&lt;br /&gt;
    Friend WithEvents Splitter1 As System.Windows.Forms.Splitter&lt;br /&gt;
    Friend WithEvents ListView1 As System.Windows.Forms.ListView&lt;br /&gt;
    &amp;lt;System.Diagnostics.DebuggerStepThrough()&amp;gt; Private Sub InitializeComponent()&lt;br /&gt;
        Dim ListViewItem1 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem(&amp;quot;Item 1&amp;quot;)&lt;br /&gt;
        Dim ListViewItem2 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem(&amp;quot;Item 2&amp;quot;)&lt;br /&gt;
        Dim ListViewItem3 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem(&amp;quot;Item 3&amp;quot;)&lt;br /&gt;
        Me.TreeView1 = New System.Windows.Forms.TreeView&lt;br /&gt;
        Me.Splitter1 = New System.Windows.Forms.Splitter&lt;br /&gt;
        Me.ListView1 = New System.Windows.Forms.ListView&lt;br /&gt;
        Me.SuspendLayout()&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;TreeView1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.TreeView1.Dock = System.Windows.Forms.DockStyle.Left&lt;br /&gt;
        Me.TreeView1.ImageIndex = -1&lt;br /&gt;
        Me.TreeView1.Location = New System.Drawing.Point(0, 0)&lt;br /&gt;
        Me.TreeView1.Name = &amp;quot;TreeView1&amp;quot;&lt;br /&gt;
        Me.TreeView1.Nodes.AddRange(New System.Windows.Forms.TreeNode() {New System.Windows.Forms.TreeNode(&amp;quot;Node0&amp;quot;, New System.Windows.Forms.TreeNode() {New System.Windows.Forms.TreeNode(&amp;quot;Node1&amp;quot;, New System.Windows.Forms.TreeNode() {New System.Windows.Forms.TreeNode(&amp;quot;Node2&amp;quot;), New System.Windows.Forms.TreeNode(&amp;quot;Node6&amp;quot;)}), New System.Windows.Forms.TreeNode(&amp;quot;Node3&amp;quot;), New System.Windows.Forms.TreeNode(&amp;quot;Node4&amp;quot;, New System.Windows.Forms.TreeNode() {New System.Windows.Forms.TreeNode(&amp;quot;Node5&amp;quot;)})})})&lt;br /&gt;
        Me.TreeView1.SelectedImageIndex = -1&lt;br /&gt;
        Me.TreeView1.Size = New System.Drawing.Size(121, 266)&lt;br /&gt;
        Me.TreeView1.TabIndex = 0&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;Splitter1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.Splitter1.Location = New System.Drawing.Point(121, 0)&lt;br /&gt;
        Me.Splitter1.Name = &amp;quot;Splitter1&amp;quot;&lt;br /&gt;
        Me.Splitter1.Size = New System.Drawing.Size(3, 266)&lt;br /&gt;
        Me.Splitter1.TabIndex = 1&lt;br /&gt;
        Me.Splitter1.TabStop = False&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;ListView1&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        Me.ListView1.Dock = System.Windows.Forms.DockStyle.Fill&lt;br /&gt;
        Me.ListView1.Items.AddRange(New System.Windows.Forms.ListViewItem() {ListViewItem1, ListViewItem2, ListViewItem3})&lt;br /&gt;
        Me.ListView1.Location = New System.Drawing.Point(124, 0)&lt;br /&gt;
        Me.ListView1.Name = &amp;quot;ListView1&amp;quot;&lt;br /&gt;
        Me.ListView1.Size = New System.Drawing.Size(168, 266)&lt;br /&gt;
        Me.ListView1.TabIndex = 2&lt;br /&gt;
        Me.ListView1.View = System.Windows.Forms.View.List&lt;br /&gt;
        &amp;quot;&lt;br /&gt;
        &amp;quot;ExplorerLayout&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(292, 266)&lt;br /&gt;
        Me.Controls.Add(Me.ListView1)&lt;br /&gt;
        Me.Controls.Add(Me.Splitter1)&lt;br /&gt;
        Me.Controls.Add(Me.TreeView1)&lt;br /&gt;
        Me.Name = &amp;quot;ExplorerLayout&amp;quot;&lt;br /&gt;
        Me.Text = &amp;quot;ExplorerLayout&amp;quot;&lt;br /&gt;
        Me.ResumeLayout(False)&lt;br /&gt;
    End Sub&lt;br /&gt;
#End Region&lt;br /&gt;
End Class&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>