View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RAFAAJ2000[_2_] RAFAAJ2000[_2_] is offline
external usenet poster
 
Posts: 75
Default SetbkColor doesn't work !

Hi all,

I created a 'Static' Control using the 'CreateWindowEX' API which I placed
at the Bottom of a Worksheet and displays a nice scrolling text. It is
working fine but I can't seem to be able to change the color of the control
background :(

I have tried the 'SetBKColor' API and I am also experimenting with the
'SendMessage' API but without any luck so far.

I hope someone can help me with this.

Regards.