This example is how to call another window that mean is show window with an animation. we use two form to demontration this windows api function. this funtion is derived fromĀ user32 library .
syntax: function AnimateWindow(hWnd: HWND; dwTime: DWORD; dwFlags: DWORD): BOOL; stdcall;
3 parameters:
- hWnd is windows handle
- dwTime is how long the process is running
- dwFlags is model of animate

Ok next …



