I've got everything to working. However, I am trying to change the bars from green to another color, but I can't seem to accomplish this for some reason. Here is the code I have...
on *:dialog:mp3:init:0:{
.did -ra $dname 7 $chr(34)
.dll $mdx SetMircVersion $version
.dll $mdx MarkDialog $dname
.dll $mdx SetControlMDX $dname 1 ProgressBar vertical > $ctl
.dll $mdx SetControlMDX $dname 17 ProgressBar smooth > $ctl
.did -a $dname 1,17 barcolor $rgb(0,0,255)
.did -a $dname 1,17 bgcolor $rgb(0,0,0)
.dll $mdx SetFont $dname 2,3,4,5,9,10,15,16,18 20 500 Webdings
.dll $mdx SetFont $dname 6,7,11,12,13,14 20 500 Wingdings
.dll $mdx SetDialog $dname icon $shortfn($findfile($mircdir,note.ico,1))
if ($exists($shortfn($findfile($mircdir,mp3list.txt,1)))) loadbuf -ro $dname 8 mp3list2.txt
if (%mp3rand) { playrandsong }
if (%mp3continue) { playsong }
getvolplus
.timer.upb 0 1 upb
set %mutetext $did(18).text
}
am I missing something here?