Re: Transparency (2)



"Steinar" <leebouf@xxxxxxxxxxx> wrote in message news:D6SdneSJjYtSgxbe4p2dnA@xxxxxxxxxxxxxx

Yup, I tried it, but that causes the controls on the usercontrol
to flicker a bit so...  However, I did make some experiments
with this in the application's splash form with pretty nice results.

Yeah. If you want to draw "animated" stuff without flicker then you're better off drawing it to a hidden bitmap in memory and then blitting that directly to the main Form.


Mike



.



Relevant Pages

  • Re: How does status windows update?
    ... are erasing the whole background and then sequentially painting ... something over it then you may get a flicker effect. ... various drawing operations. ... Blitting is simple "bitmap copy" operation, ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Transparency (2)
    ... Yup, I tried it, but that causes the controls on the usercontrol to flicker ... application's splash form with pretty nice results. ... > "multiple alphablends" with small increassing values and a short sleep? ...
    (comp.lang.basic.visual.misc)