Sliding & Fading controls on a C# form

Posted by Tommy on Stack Overflow See other posts from Stack Overflow or by Tommy
Published on 2010-05-27T01:22:08Z Indexed on 2010/05/27 1:31 UTC
Read the original article Hit count: 192

Filed under:
|
|
|

Hey there, I'm trying to implement a way to slide&fade controls around (more than one at the same time possibly) elegantly. So in other words, say i had a picture in the top left corner, and a texbox in the bottom right corner, i'd like to be able to have them slide. not just snap. slide, to the opposite corners and replace eachothers position. Ive been working for awhile but have not come up with anything efficient, even just some of the basic math calculations would be a great start.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms