[Visual Basic] Private Sub btnSearchAppl_Click( _
ByVal sender As Object, _
ByVal e As EventArgs _
) Handles _
btnSearchAppl.Click
[Visual Basic] Private Sub btnSearchAppl_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSearchAppl.Click
Try
Dim f As New frmVertragselementApplikation(0, False)
f.ShowDialog()
If f.SelectedApplication <> 0 Then
Me.cbboxParentTree.SelectedNode = Me.TreeParent.FindNode(Me.cbboxParentTree.TreeView.Nodes, f.SelectedApplication, "")
End If
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