View Single Post
  #5 (permalink)  
Old 08-13-2008, 4:08 AM
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

wat i want is when i double click my child node (A1) ,,then can do something.

e.g : Private sub tv_db(.......) handles Mouse.DoubleClick

If e.node = 1 Then

<- because the Parent Node A and child node A1 also same index number ,so how? ->

End if

i want double the child node to execute smth in my app.what better suggesstion to me about it ?
Reply With Quote