[Visual Basic] Private Sub ToolStripButton1_Click_1( _
ByVal sender As Object, _
ByVal e As EventArgs _
) Handles _
ToolStripButton1.Click
[Visual Basic] Private Sub ToolStripButton1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripButton1.Click
If Not Me.FormReadonly Then Check_Changes()
Dim i As Integer
Treeviewdata.Load_Tree(Me.TreeApplikationen, False, Me.tstxtArchitektur.Text, Me.cboxNurAktive.Checked, True)
Try
Me.TreeApplikationen.SelectedNode = Me.TreeApplikationen.Nodes(0)
Me.tstxtArchitektur.Text = ""
Catch ex As Exception
End Try
End Sub
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition