Results 1 to 6 of 6

Thread: Animate Window Control

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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Animate Window Control

    Thank you for your CodeBank submission.

    Per this CodeBank policy, I have edited your attachment and removed all compiled code.

    We welcome and appreciate all entries into our Codebank, but ask that source code only be included with anything attached.

    Thank you.

  3. #3
    New Member
    Join Date
    Nov 2008
    Posts
    15

    Re: Animate Window Control

    Thankss

  4. #4
    Frenzied Member obi1kenobi's Avatar
    Join Date
    Aug 2007
    Posts
    1,091

    Re: Animate Window Control

    Sorry to spoil the fun, but I believe jmcilhinney has posted a similar piece of code some time ago:

    http://www.vbforums.com/showthread.php?t=351757
    Please rate helpful ppl's posts. It's the best 'thank you' you can give

  5. #5
    Fanatic Member manhit45's Avatar
    Join Date
    May 2009
    Location
    Ha noi - Viet Nam
    Posts
    826

    Re: Animate Window Control

    Sorry but i want more animate , because it is quite simple .
    --***----------***-----

    If i help you please rate me.

    Working with Excel * Working with String * Working with Database * Working with array *

    K51 ĐH BÁCH KHOA HÀ NỘI - Khoa CNTT pro.

  6. #6
    New Member
    Join Date
    Jul 2009
    Posts
    2

    Re: Animate Window Control

    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

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