Results 1 to 2 of 2

Thread: User32 Animate Window Function

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2001
    Posts
    30

    User32 Animate Window Function

    I cant figure out the correct declare statment for the user32 function AnimateWindow. its prototype is:

    BOOL AnimateWindow(
    HWND hwnd, // handle to window
    DWORD dwTime, // duration of animation
    DWORD dwFlags // animation type
    );


    What is the equivelant of the DWORD in VB., or rather, what would the prototype look like in vb?

    Thanks again.

  2. #2
    Megatron
    Guest
    VB Code:
    1. Declare Function AnimateWindow Lib "user32.dll" (ByVal hwnd As Long, ByVal dwTime As Long, ByVal dwFlags As Long) As Long

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