It worked. now i'm having trouble with the track btn :/ the little track button wont show up. (the dimensions of the track button are 20x7)
i'll just post a chunk of the skin.ini maybe i'm doing something wrong.
[TrackBar]
; Position and size
; x,y,w,h (w,h is ignored if TrackKind=HB,VB)
PosSize=317,19,300,7
; Track bar kind,
; H-Horizontal, V-Vertical, HB-Custom bitmap horizontal, VB-Custom bitmap vertical
; HBtn - button Horizontal, VBtn - button Vertical
Kind=HBtn
;If TrackKind=HB, name of the bitmap that will be used
;Bitmap=
; If HBtn or VBtn
ButtonImg=seek
; same parameters as TrackBar
[Volume]
PosSize=167,14,50,7
Kind=HBtn
ButtonImg=vol
TransparentBg=0
|