I apologise to the author if this duplicates someone else's work. To set a direction like down and right you use a bitwise Or for the SlideDirection property, e.g.VB Code:
myAnimator.SlideDirection = FormAnimator.SlideDirections.Down Or FormAnimator.SlideDirections.Right




Reply With Quote