Disclaimer: Extreme novice with VBS.
Could someone explain to me the RemoveNode method? Can it be used to remove tree nodes such as the built-in "Artist" node?
If so, could someone post some example code?
Thanks,
RemoveNode help
Moderator: Gurus
-
- Posts: 2157
- Joined: Fri Jan 14, 2005 1:45 am
- Location: Germany
- Contact:
Code: Select all
SDB.MainTree.RemoveNode(SDB.MainTree.Node_Artist)
SDB.MainTree.RemoveNode(SDB.MainTree.Node_Rating)
