Just to let you know, I need to go to bed(Church at 9 get up at 8:30). You can play around, but now documentation. It runs in VBScript so you do anything you want. Its Visual Basic without Global Variables or a form designer which means as far as forms go, you will need to minipulate the 6 bars. To make a new image go like this:
Load BAR1.IMG(1)
BAR1.IMG(1).Picture= LoadPicture("C:\MySpecialfluffycow.bmp")
BAR1.IMG(1).Width = 64
BAR1.IMG(1).HEIGHT = 64
BAR1.IMG(1).TOP = 10
BAR1.IMG(1).LEFT = 15
BAR1.IMG(1).VISIBLE = TRUE
You get the basic idea. I will upload some docs on how to actually interface with it all tommorow so that you can take advantage of the ShellScript Library(Implemented), correctly interface with all componenets, react to events etc.
If you want you can make it suite your needs tonight but I am very tired...