Results 1 to 6 of 6

Thread: Animate Window Control

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member .NetNinja's Avatar
    Join Date
    Oct 2008
    Location
    USA
    Posts
    281

    Animate Window Control

    Here is a control I wrote for animating windows.

    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
    Attached Files Attached Files
    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."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width