RemoveNode help

Get answers about using MediaMonkey 4 for Windows.

Moderator: Gurus

Adamo
Posts: 11
Joined: Mon Aug 08, 2005 10:54 am
Location: Massachusetts

RemoveNode help

Post by Adamo »

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,
onkel_enno
Posts: 2157
Joined: Fri Jan 14, 2005 1:45 am
Location: Germany
Contact:

Post by onkel_enno »

Code: Select all

SDB.MainTree.RemoveNode(SDB.MainTree.Node_Artist)
SDB.MainTree.RemoveNode(SDB.MainTree.Node_Rating)
8)
Post Reply