This is the code...
VB Code:
Dim prop As System.Configuration.SettingsProperty = New System.Configuration.SettingsProperty(TreeView1.SelectedNode.Parent.ToString) My.Settings.Properties.Add(prop) My.Settings.Save()
The problem is that the property isnt added to the Settings. Does anyone know how to add a Property to the user settings?
Thanx, Figa




Reply With Quote