From: Peter Olcott on
Does anyone know how to do this?


From: Peter Olcott on
"Peter Olcott" <NoSpam(a)OCR4Screen.com> wrote in message
news:ysudne4JMoolSBDWnZ2dnUVZ_v6dnZ2d(a)giganews.com...
> Does anyone know how to do this?
>

Status GetHBITMAP(
const Color &colorBackground,
HBITMAP *hbmReturn
);

This would be useful if it did not require me to determine
the background color, why does it need to know the
background color?


From: Tom Serface on
Maybe to determine transparency? Not sure.

"Peter Olcott" <NoSpam(a)OCR4Screen.com> wrote in message
news:UN2dnWL3PrYgRRDWnZ2dnUVZ_rmdnZ2d(a)giganews.com...
> "Peter Olcott" <NoSpam(a)OCR4Screen.com> wrote in message
> news:ysudne4JMoolSBDWnZ2dnUVZ_v6dnZ2d(a)giganews.com...
>> Does anyone know how to do this?
>>
>
> Status GetHBITMAP(
> const Color &colorBackground,
> HBITMAP *hbmReturn
> );
>
> This would be useful if it did not require me to determine the background
> color, why does it need to know the background color?
>