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.
