G
Guest
i have a treeview control with numerous nodes. when i left mouse click a node, a different windows form is supposed to show depending on the mode clicked. thus, i can display numerous windows forms in my app by just clicking on the relevant treeview node. I click a given node the first time & the window shows. But when I click the same node subsequent times the selected node intermittently does not show the appropriate screen. the cursor "sticks" on the selected node but no window shows. I often can get the window to show by clicking on another node, showing that window & then re-clicking on the node that stuck. does anybody know why this treeview node "fatigue" is happening.
debug code indicates when the node "sticks" that the treeview "afterselect" event is not firing. when the selection works properly the afterselect event does fire.
thanks,
dave
debug code indicates when the node "sticks" that the treeview "afterselect" event is not firing. when the selection works properly the afterselect event does fire.
thanks,
dave