View Single Post
  #3 (permalink)  
Old 08-12-2008, 9:42 PM
Lek Lek is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: Aug 2008
Age: 23
Posts: 4
Reputation: 0
Lek is on a distinguished programming path ahead
Default

no ..
eg:
+Index 1 : A (parent node)
- Index 1 :A1 (child node)
- Index 2 :A2 (child node)
+Index 2 : B (Parent node)

when i want double click on A1(child node) , then will do something ,,, but impossible my e.node = 1 de? The IDE will define parent node is selected.

Last edited by Lek; 08-12-2008 at 9:50 PM.
Reply With Quote