Error in code

L

Luis

The following code:

Dim objTree As Treeview
Dim ramoSc, ramoTipo As Node

raises the error "User-defined type not defined".
I'm trying to use the Treeview Control. Is it because of
the references that must be loaded? If so, what references
should i load ?
 
Top