You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xblite
Hey all,
I was looking for a way to change the back color of a toolbar without resorting to subclassing it or make it owner drawn. I found this example in the PB forum. You can
intercept notification messages like $$CDDS_PREPAINT to paint custom text and background colors. Neat.