setting opacity?

  • Thread starter Thread starter D Yee
  • Start date Start date
D

D Yee

Hello,
I'm trying to make a 'popup' like control that fades in (e.g. its opacity
transitions from fully transparent to fully opaque) and then fades out (e.g.
its opacity transitions from fully opaque to fully transparent)

but the alpha component in Color is not supported in the CF. Any workaround
to this?
 
The alpha blending is unsupported at the OS level, so unless you are willing
to perform blending manually in the unmanaged code, you are out of luck
 
Back
Top