RemoveNode help

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: RemoveNode help

by onkel_enno » Mon Aug 22, 2005 11:57 pm

Code: Select all

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

RemoveNode help

by Adamo » Mon Aug 22, 2005 9:10 am

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,

Top