I've tried using SendMessage, but all I can get it to do is modify the Text & Font...
It's probably worth noting that I have "XP skin support" enabled in the options...
(I know this affects some settings - ie. #CCM_SETBKCOLOR)
Thank you,
Code: Select all
If CreateStatusBar(0, WindowID(0))
AddStatusBarField(100)
AddStatusBarField(200)
AddStatusBarField(#PB_Ignore)
AddStatusBarField(100)
AddStatusBarField(150)
StatusBarText(0, 3, "Capturing", #PB_StatusBar_Center)
EndIf
SendMessage_(StatusBarID(0), #CCM_SETBKCOLOR, 0, $FF)

