R
rory.groves
I am needing to develop animated effects in my WinForms application.
The trick is that the background of the control needs to be semi-
transparent or completely transparent.
- WPF through Interop does not allow this, it always shows a black
background.
- Silverlight will only run in the browser
- Is there a Flash alternative ?
I have also tried reproducing animations through GDI+ using a single
transparent container to add/remove graphical controls, however, there
are massive problems with controls not getting destroyed properly.
(We're talking about hundreds of icons/controls getting created &
destroyed routinely).
Thanks
The trick is that the background of the control needs to be semi-
transparent or completely transparent.
- WPF through Interop does not allow this, it always shows a black
background.
- Silverlight will only run in the browser
- Is there a Flash alternative ?
I have also tried reproducing animations through GDI+ using a single
transparent container to add/remove graphical controls, however, there
are massive problems with controls not getting destroyed properly.
(We're talking about hundreds of icons/controls getting created &
destroyed routinely).
Thanks