Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
Disk in drive A:
Displaying hypertext links with the SysLink control (VFP9, Comctl32.dll)
GDI+: Storing content of the Clipboard to a bitmap file
Retrieveing general information about the driver and data source associated with an ODBC connection
A class that encrypts and decrypts files using Cryptography API Functions
Class library providing access to the System Registry
HOWTO: Use the Win32 API to Access File Dates and Times
Obtaining names of local and global groups for current user (WinNT/XP/2K)
Retrieving Network Provider information
Using FoxTray ActiveX control: System Tray Icon and menu attached to VFP form
Enumerating ODBC Data Sources available on the local computer
Using the LoadImage function to have a bitmap file loaded and displayed on VFP main window
Winsock: reading email messages (POP3, port 110)
Adding and deleting User Accounts
Enumerating network resources
How to extract frames from AVI files
How to retrieve information about a cache entry (Internet Explorer)
Retrieving a universal form for the drive-based path for a network resource
Retrieving the name of the default printer for the current user on the local computer (Win NT/XP)
Current keyboard type
Displaying the associated icons and descriptions for files and folders
Obtaining Shell32.dll version
Storing content of the Clipboard to a bitmap file
Placing an arbitrary rectangular area of main VFP window on the Clipboard
Storing content of the Clipboard to a bitmap file

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
Versions:
click to open
Before you begin:
To test this code copy something "bmp-like" to the Windows clipboard. Cut or copy a picture fragment inside a graphics application or just press the Print Screen key.

Make sure the destination path and file name are valid.

See also:
  • GDI+: Storing content of the Clipboard to a bitmap file
  • Printing the image of a FoxPro form
  • Storing screen shot of a form to a bitmap file
  • Using the LoadImage() to display a bitmap file on the main VFP window
  • How to print a bitmap file
  • GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file

  •  
      Members area. Log in to view this example.
     
      User name:
      Password:
     
     
      Forgot your password?
     
      Sign up for
    the Membership
     
     


    User rating: 0/10 (0 votes)
    Rate this code sample:
    • ~
    7061 bytes  
    Created: 2001-11-08 19:43:05  
    Modified: 2011-12-10 09:20:22  
    Visits in 7 days: 134  
    Listed functions:
    CloseClipboard
    CloseHandle
    CreateCompatibleDC
    CreateFile
    DeleteDC
    DeleteObject
    GetActiveWindow
    GetClipboardData
    GetDIBits
    GetObject
    GetObjectType
    GetWindowDC
    GlobalAlloc
    GlobalFree
    OpenClipboard
    ReleaseDC
    ShellExecute
    WriteFile
    Printer friendly API declarations
    My comment:
    The clipboard must stay opened during the procedure and only then closed. The handle to the clipboard content is retrieved via the GetClipboardData call.

    If this is a bitmap handle, then the code is invoked that is very much like the Storing screen shot of a form to a bitmap file.

    The target file is a 24 bit per pixel bitmap.
    Word Index links for this example:
    Translate this page:
      Spanish    Portuguese    German    French    Italian  
    FreeTranslation.com offers instant, free translations of text or web pages.
    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 (107.20.129.212)
    4 sec.Example: 'How to extract frames from AVI files'
    4.51 hrs.Example: 'Confining Windows calculator inside the VFP main window'
     Function: 'GetPriorityClass'
    Function group: 'Process and Thread'
    6.22 hrs.Function: 'CeRapiInvoke'
    Function group: 'Remote Application Programming (RAPI)'
    14.57 hrs.Example: 'Retrieving graphic capabilities of default printer'
     Example: 'Enumerating ODBC Data Sources available on the local computer'
    15.04 hrs.Example: 'Using the CreateFile'
     Example: 'How to make a VFP form fading out when released (GDI+ version)'
    17.79 hrs.Example: 'Custom HttpRequest class (WinHTTP)'
     Example: 'Using Change Notification Objects to monitor changes to the printer or print server'
    Google
    Advertise here!