Group: Mouse Input - Library: user32
Releases the mouse capture from a window in the current thread and restores normal mouse input processing. A window that has captured the mouse receives all mouse input, regardless of the position of the cursor, except when a mouse button is clicked while the cursor hot spot is in the window of another thread.
Creating irregularly shaped FoxPro form using transparency color key
Round FoxPro form
How to drag a Form not using its Titlebar or Caption
Setting the mouse capture to the specified window
How to draw custom Window Caption on FoxPro form
GDI+: Implementing image scrolling with inertia
BOOL ReleaseCapture(VOID);
DECLARE INTEGER ReleaseCapture IN user32
This function has no parameters.
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
An application calls this function after calling the SetCapture function.