Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to change display settings: screen resolution, screen refresh rate
Adding and deleting Scheduled Tasks using NetScheduleJob API functions
Custom GDI+ class
Capturing keyboard activity of another application with the Raw Input API (VFP9)
Converting Unicode data from the Clipboard to a character string using a given code page
Enumerating data formats currently available on the clipboard
Winsock: sending email messages (SMTP, port 25)
Custom FTP Class for Visual FoxPro application
Splash Screen for the VFP application
Detecting changes in connections to removable drives (VFP9)
How to activate Windows Calculator
How to download a file from the FTP server using FtpGetFile
How to put a vertical text scrolling on the form (a movie cast)
Enumerating raw input devices attached to the system (keyboard, mouse, human interface device)
Mapping and disconnecting network drives
How to convert a bitmap file to monochrome format (1 bpp)
Custom HttpRequest class (WinHTTP)
Establishing connection using the SQLDriverConnect
Using Font and Text functions
Displaying bitmap using the AlphaBlend function
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
Using WM_COPYDATA for interprocess communication (VFP9)
Displaying animated images on FoxPro form with BitBlt and StretchBlt functions
How to make a VFP form fading out when released (GDI version)
Bitmap Class for Visual FoxPro application

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
Before you begin:
This class loads bitmap from a disk file providing some basic functionality, which includes drawing the bitmap on a device context and copying it to the Windows Clipboard.

See also:
  • Storing screen shot of a form to bitmap file
  • GDI+: saving image of FoxPro form to graphics file (BMP, GIF, JPG, PNG, TIF)
  • Printing the image of a FoxPro form
  • Storing clipboard contents to a BMP file
  • Using the LoadImage() to display a BMP file on the main VFP window
  • How to print a bitmap 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:
    • ~
    4058 bytes  
    Created: 2002-03-31 12:26:38  
    Modified: 2008-12-03 15:26:21  
    Visits in 7 days: 168  
    Listed functions:
    CloseClipboard
    CreateCompatibleDC
    DeleteDC
    DeleteObject
    EmptyClipboard
    GetActiveWindow
    GetObject
    GetWindowDC
    LoadBitmap
    LoadImage
    OpenClipboard
    ReleaseDC
    SelectObject
    SetClipboardData
    StretchBlt
    Printer friendly API declarations
    My comment:
    More functionality like printing and saving the scaled image to another file can be added to this class in a short time from code examples already included in this reference.

    The native FoxPro function LoadPicture returns valid bitmap handle when applied to bitmap files (GIF and JPEG files also):

            obj = LoadPicture("mybitmap.bmp")
            ? "Bitmap handle:", obj.handle


    Actually LoadPicture() returns an object with properties Handle, Height, hPal, Type,and Width.

    Also it has a single method Render called with parameters (VB syntax)
            hdc As Long, x As Long, y As Long,
            cx As Long, cy As Long,
            xSrc As OLE_XPOS_HIMETRIC, ySrc As OLE_YPOS_HIMETRIC,
            cxSrc As OLE_XSIZE_HIMETRIC, cySrc As OLE_YSIZE_HIMETRIC,
            prcWBounds As Any



    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 (184.72.184.104)
    4 sec.Function: 'JetBeginTransaction'
    Function group: 'Extensible Storage Engine (ESE, Jet Blue)'
    3.62 hrs.Function: 'CeGetStoreInformation'
    Function group: 'Remote Application Programming (RAPI)'
     Example: 'How to make a VFP form fading out when released (GDI+ version)'
    6.16 hrs.Example: 'Custom HttpRequest class (WinHTTP)'
    6.7 hrs.Function: 'GetKBCodePage'
    21.69 hrs.Example: 'How to enable the SE_SHUTDOWN_NAME privilege for the application'
     
    Function group: 'File System'
    21.8 hrs.Function: 'SelectObject'
     Example: 'Adding printer to the list of supported printers for the specified server'
    1 day(s)Example: 'Using FtpCommand'
    Google
    Advertise here!