I use a code for animate form at winfom c# like this:
public static extern bool AnimateWindow(IntPtr hWnd, int time, AnimateWindowFlags flags);
It is good work but it is caused the border of controls hidden and not show. even I create custom user control and set border in it but that did'nt show border too. Now, What do I do?