Using Win32 functions in Visual FoxPro Image Gallery
Clipboard
..msdn
ChangeClipboardChain
CloseClipboard
CountClipboardFormats
EmptyClipboard
EnumClipboardFormats
GetClipboardData
GetClipboardFormatName
GetClipboardOwner
GetClipboardViewer
GetPriorityClipboardFormat
IsClipboardFormatAvailable
OpenClipboard
RegisterClipboardFormat
SetClipboardData
SetClipboardViewer
Code examples:
Bitmap Class for Visual FoxPro application
Copying picture of the active form to the Clipboard using Enhanced Metafile API functions
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
How to copy the image of a form to the Clipboard using Bitmap API functions
Passing data records between VFP applications via the Clipboard
Placing an arbitrary rectangular area of main VFP window on the Clipboard
SetClipboardData
    Add comment     W32 Constants      Translate this page
The SetClipboardData function places data on the clipboard in a specified clipboard format
Code examples:
Bitmap Class for Visual FoxPro application
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
Copying picture of the active form to the Clipboard using Enhanced Metafile API functions
Passing data records between VFP applications via the Clipboard
How to copy the image of a form to the Clipboard using Bitmap API functions
Placing an arbitrary rectangular area of main VFP window on the Clipboard
Declaration:
 
HANDLE SetClipboardData(
    UINT  uFormat,    // clipboard format  
    HANDLE  hData     // data handle 
   );
 
FoxPro declaration:
 
DECLARE INTEGER SetClipboardData IN user32;
    INTEGER wFormat,;
    INTEGER hMem
 
 
Parameters:
uFormat
Specifies a clipboard format

hData
Identifies the data in the specified format
Return value:
If the function succeeds, the return value is the handle of the data
Word Index links for the SetClipboardData :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2001-07-12 12:00:00
Modified: 2001-11-26 16:02:21
Visited in last 7 days: 29
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (54.234.231.49)
3 sec.Function: 'WTSEnumerateProcesses'
Function group: 'Terminal Services'
6 sec.Function: 'NetShareEnum'
4.12 hrs.Function: 'WinHttpSendRequest'
 Function: 'CryptGetHashParam'
Function group: 'Cryptography Reference'
4.69 hrs.Function: 'TrackPopupMenuEx'
 Example: 'Displaying the associated icons and descriptions for files and folders'
6.2 hrs.Function: 'CeGetFileSize'
Function group: 'Remote Application Programming (RAPI)'
 Example: 'Setting the mouse capture to the specified window'
7.23 hrs.Solution: 'Extended MessageBox library (FLL) for Visual FoxPro'
 Function: 'SQLNativeSql'
Function group: 'ODBC API'
Google
Advertise here!