More event troubles: SelectedIndexChanged
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Greetings!
Private Sub uxGpDirectoryTree_DoubleClick( _ ByVal sender As Object, ByVal e As System.EventArgs) _ Handles uxGpDirectoryTree.DoubleClick uxBaseDirCmbbx.Text += uxGpDirectoryTree.SelectedNode.Text + "\" End Sub
Everytime this code is invoked, it invokes another method (uxBaseDirCmbbx.SelectedIndexChanged) - except for the last subfolder. I assume this is because the Text property has changed. So why not on the last subfolder? Thanks, Karen Nooobie to OOP and VB.Net 2005