how do I animate the showing of Winforms such that when a button is click, the next WinForm shows out can come out in Animation like PowerPoint such as Custom Animation-> Add Effects->Entrance->Blinds, Box, CheckerBoard, Diamond, Flyin, etc?
Any code sameples is appreciated.
(x)
foamy
2499
2499
The showing of a Windows Form is handled by the operating system, so I think you would need to create your own class that derives from Form and has custom code to create this behavior. Personally, I wouldn't know where to start :)

0 answers