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 ?
|