USAGE:
Add a reference to the control and do the following:
Code:
Dim WindowAnimater As New NetAnimateWindow.WindowAnimator
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
WindowAnimater.AnimationDirection = NetAnimateWindow.WindowAnimator.AnimateDirection.Horizontal_Negative
WindowAnimater.AnimationStyle = NetAnimateWindow.WindowAnimator.AnimateStyles.Blend
WindowAnimater.WindowHandle = Me.Handle
WindowAnimater.AnimateWindow()
End Sub
Last edited by Hack; Nov 11th, 2008 at 07:02 AM.
Reason: Removed Compiled Code From Attachment
"Don't try to be a great man. Just be a man and let history make its own judgement."
Hi Manhit
I downloaded the zip file from your post. I am a beginner to vbexpress. I donot how to open that file in VbExpress. I tried but could not succeed.
Please advise me the steps how i can open your file in vbexpress.
Thanks