Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to change display settings: screen resolution, screen refresh rate
Custom GDI+ class
Capturing keyboard activity of another application with the Raw Input API (VFP9)
How to print a bitmap file
How to display Windows On-Screen Keyboard
Using the LoadImage function to have a bitmap file loaded and displayed on VFP main window
Winsock: sending email messages (SMTP, port 25)
System Image List Viewer
Creating the Save dialog box to specify the drive, directory, and name of a file to save
Using Video Capture: displaying on FoxPro form frames and previewing video obtained from a digital camera
Custom HttpRequest class (WinHTTP)
Printing Image File, programmatically set print page orientation to landscape
The window and its ancestors
How to convert a bitmap file to monochrome format (1 bpp)
Mapping and disconnecting network drives
Using EnumPrinters function to enumerate locally installed printers
How to download a file from the FTP server using FtpGetFile
Custom FTP Class for Visual FoxPro application
Displaying the associated icons and descriptions for files and folders
Displaying icons in the system tray (VFP9)
How to activate Windows Calculator
Drawing Windows predefined bitmaps using the LoadBitmap functions
Using FoxTray ActiveX control: System Tray Icon and menu attached to VFP form
Confining Windows calculator inside the VFP main window
How to view icons stored in executable files (Icon Viewer) - II

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:
An API ImageList object is created and populated with icons extracted from specified executable or library file. Then the ImageList is linked to a ListView control on the form. Each item in the ListView represents an icon.



See also:
  • Displaying Windows Shell Icons in ListView control
  • Displaying the associated icons and descriptions for files and folders
  • Converting image file to .ICO file
  • Storing DLL icon resources in image files
  •  
      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:
    • ~
    7687 bytes  
    Created: 2001-07-12 12:00:00  
    Modified: 2011-01-17 19:25:40  
    Visits in 7 days: 87  
    Listed functions:
    DestroyIcon
    ExtractIcon
    GetDC
    GetDeviceCaps
    GetIconInfo
    GetWindowLong
    ImageList_Add
    ImageList_Create
    ImageList_Destroy
    ImageList_GetImageCount
    ImageList_Remove
    ReleaseDC
    SendMessage
    SetWindowLong
    Printer friendly API declarations
    My comment:
    May 24, 2007: code sample rewritten from scratch

    ImageList ActiveX control wraps several API functions in comctl32 library, like ImageList_Create, ImageList_GetImageCount and so on.

    While writing this code sample, I found the API ImageList object much more reliable and predictable then the ActiveX one. For example, the ImageList_Add successfully adds new images to the ActiveX control. But that does not affect the Count property of its ListImages collection.

    The hImageList handle of an empty ActiveX ImageList control is always zero. To apply any ImageList API function to this guy, at least one image must be added. That I found an inconvenient feature also.

    * * *
    Read aritlcle Retrieving Shell icons on the Code Project.
    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 (67.202.9.192)
    4 sec.Example: 'Converting an integer value to a hexadecimal string'
    9 sec.Example: 'Reading STARTUPINFO structure for the current VFP session'
    1.47 hrs.Function: 'DragAcceptFiles'
    Function group: 'Shell Functions'
     Function: 'SetFileTime'
     Example: 'Saving HKEY_LOCAL_MACHINE\\Software\\ODBC Registry Entries to an XML file'
    1.69 hrs.
     Example: 'Opening the Page Setup dialog box to specify the attributes of a printed page'
     Function: 'CryptGenRandom'
    Function group: 'Cryptography Reference'
    2.47 hrs.Example: 'Finding out if the current user is the Guest account'
     Function: 'Escape'
    Google
    Advertise here!