Open FreeVB opened 1 year ago
Hi @FreeVB I would love to create one for you. I will post it right away before the end of the day
but for now if you want to try it yourself. Download the source code and build. Reference the DLL to your .NET Project
Example: For WinForms
in Program.cs
Assuming you have Form1
Assuming you want to animate the button when you click it It will move the button from Left to Right by moving from current "Left" to point 100
How to use it, can you write a demo