Using Win32 functions in Visual FoxPro
Image Gallery
functions
•
examples
•
solutions
•
updates
•
about
•
links
•
articles
•
login
•
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 display Windows On-Screen Keyboard
How to print a bitmap file
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
Using Video Capture: displaying on FoxPro form frames and previewing video obtained from a digital camera
Custom HttpRequest class (WinHTTP)
Creating the Save dialog box to specify the drive, directory, and name of a file to save
Printing Image File, programmatically set print page orientation to landscape
How to convert a bitmap file to monochrome format (1 bpp)
The window and its ancestors
Mapping and disconnecting network drives
How to download a file from the FTP server using FtpGetFile
Using EnumPrinters function to enumerate locally installed printers
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
Using FoxTray ActiveX control: System Tray Icon and menu attached to VFP form
Drawing Windows predefined bitmaps using the LoadBitmap functions
Sending email messages with Simple MAPI
Other pages with examples:
>>
[1]
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
How to view icons stored in executable files (Icon Viewer)
User rating: 0/10 (0 votes)
Rate this code sample:
~
More code examples
Listed functions
Add comment
W32 Constants
Translate this page
Before you begin:
This code shows how to retrieve icon resources from EXE and DLL files using the
ExtractIcon
.
See also:
How to extract icon resources from EXE or DLL and save them in .ICO files
How to extract the icon resources from an EXE or DLL and save them in image files
Converting image file to .ICO 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:
~
2952 bytes
Created: 2001-08-21 12:00:00
Modified: 2009-11-16 10:17:26
Visits in 7 days: 102
Listed functions:
DestroyIcon
DrawIcon
ExtractIcon
GetDC
GetFocus
GetModuleFileName
GetModuleHandle
LoadIcon
ReleaseDC
My comment:
Notice that the icons drawn on the form disappear after covering this form by another window or minimizing and then maximizing it.
An icon stored in memory can be saved as icon file. Code sample
Converting image file to .ICO file
explains how to create .ICO file from HICON handle.
* * *
Read
Icons in Win32
article wriiten by John Hornick from MS Corp.
MSDN
article
Using Icons
describes how to perform certain tasks related to icons: creating, displaying, sharing Icon resources.
* * *
This is a screenshot of
more advanced Icon Viewer
built on ImageList API functions:
Word Index links for this example:
Resource
Icon
icon resource
icon viewer
icon file
Frames not supported by your user agent
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.
Log in to post a comment
functions
•
examples
•
solutions
•
updates
•
about
•
links
•
articles
•
login
•
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.22.25.119)
6 sec.
Function: 'GetObject'
16.98 min.
Function: 'CreateWindow'
Function group: 'Window'
23.23 min.
Function: 'DeleteVolumeMountPoint'
23.28 min.
Example: 'How to view icons stored in executable files (Icon Viewer) - II'
23.33 min.
Example: 'Enumerating connections made to a shared resource for the local computer (WinNT only)'
3.08 hrs.
Example: 'Displaying animated images on FoxPro form with BitBlt and StretchBlt functions'
Example: 'Using GetBinaryType (WinNT only) to determine the type of an executable file'
3.09 hrs.
Function: 'GradientFill'
Function group: 'Bitmap'
5.53 hrs.
Function: 'GetOpenFileName'
Function group: 'Common Dialog Box'
Function: 'FrameRgn'
Function group: 'Region'
More last topics visited ...
Advertise here!