Im trying to use SaveSetting to save the state of tree view nods when a form is unloaded....

but havent been able to figure out what setting to save. I tried
VB Code:
  1. SaveSetting App.Title, Me.Name, "TreeBranches", TreeView1.Nodes.Item.Expanded

but that didnt work. Ideas?