a collection of Vincent Radio {Adrix.NT} C# sources & build projects
includes
- Paged Lists & Iterators Library for C#
- Multi Dimensional Array Library for C#
- MDArray List Manager Library for C#
- Adjacency (List | Matrix) Direct Graph Libs for C#
- Range Check functions
- VRMosaic (WinForms) - with Auto Resolver
also includes
- Source Files
- Visual Studio Build Projects
- Test Applics
have fun
adrixnt@hotmail.it
Library for Windows Forms that provides basic animations like WPF.
...In Form load (you could also do it elsewhere), add the animations:
anims.Add("myanimation", panel1.MakeAnimation("Width", 100));
3. Play the animation, for example in panel1.clicked event:
anims.Toggle("myanimation")
Your panel is now animated! Have fun!
If you have any problems/concerns, please contact me.