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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top