I am trying to do Flipping / Sliding Effect with Winforms.
More precisely: the effect when the first form slides / is pushed out of the screen, and the second is a slide.
After many studies, I came to the conclusion that the Flipping effect does not work in Winforms.
I tried the following things for the slip effect:
Embedding winforms in a Wpf application - using Windowsformshost -> Windowsformshost does not support animation.
Reposition the forms a. with timer b. with loop s. individual topics
-> the form flickers and does not look professional
Screen capture - i.e. screenshots of forms
-> same problem: flicker
AnimateWindow Function (API)
-> API does not support streams -> sliding in AND from both forms is simultaneously impossible. -> same problem: flicker
Additional Information:
#, Visual Studio 2010 (Dot net Framework 4.0)
- Telerik
( Telerik)
Doubblebuffered True .
, - / (winforms Flipping/Sliding Effect).
, WickedSquall