Group: Clipboard - Library: user32
Testing Clipboard functions: emptying the clipboard
Placing an arbitrary rectangular area of main VFP window on the Clipboard
How to copy the image of a form to the Clipboard using Bitmap API functions
Bitmap Class for Visual FoxPro application
Passing data records between VFP applications via the Clipboard
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
BOOL EmptyClipboard(VOID) DECLARE INTEGER EmptyClipboard IN user32 This function has no parameters
If the function succeeds, the return value is TRUE
Before calling EmptyClipboard, an application must open the clipboard by using the OpenClipboard function
Home