Search found 1 match
- Tue Oct 03, 2006 12:49 pm
- Forum: Need Help with Addons? (MMW4)
- Topic: Pandora window
- Replies: 13
- Views: 28567
I culled this version together from this script and another script example that I found in the forums that does the same thing, but loads it into the main web window. Sub OnStartup Set Tree = SDB.MainTree Set PandoraNode = Tree.CreateNode PandoraNode.Caption = "Pandora" PandoraNode.IconIndex = 37 ...