hello sir,
am develop a project in visualstudio.net: vb-windowsformsapplication are used. am desingnig my forms with treeview control,tabstrip,toolstrip.
in vb code: treeview.selecteditem.index can be used in treeview
now what property are used to select item from the treeview in .net????
these code will be run in vb.but not run in .net because error will be occured .
that error is selecteditem is not a member in system.windows.forms.treeview
in vb code textbox.count property are used
now what property are used to count item from the textbox??????