Using Win32 functions in Visual FoxPro Image Gallery
GDI+ Bitmap
..msdn
GdipBitmapGetPixel
GdipBitmapSetPixel
GdipBitmapSetResolution
GdipCloneBitmapArea
GdipCreateBitmapFromGdiDib
GdipCreateBitmapFromGraphics
GdipCreateBitmapFromHBITMAP
GdipCreateBitmapFromHICON
GdipCreateHBITMAPFromBitmap
GdipCreateHICONFromBitmap
Code examples:
Custom GDI+ class
GdipCreateHICONFromBitmap
..msdn    Add comment     W32 Constants      Translate this page
Creates an icon from this Bitmap object.
Code examples:
Custom GDI+ class
Declaration:
 
GpStatus WINGDIPAPI GdipCreateHICONFromBitmap(
    GpBitmap* bitmap,;
    HICON* hbmReturn
)
 
 
FoxPro declaration:
 
DECLARE INTEGER GdipCreateHICONFromBitmap IN gdiplus;
    INTEGER @hbitmap,;
    INTEGER @hbmReturn
 
Parameters:
hbitmap
[in] Handle to a GDI bitmap.

hbmReturn
[out] Handle to a Microsoft Windows Graphics Device Interface (GDI) icon.
Return value:
Returns 0 on success.
My comment:
See also: GdipCreateBitmapFromHICON, GdipCreateBitmapFromHBITMAP.
Word Index links for the GdipCreateHICONFromBitmap :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2005-12-07 14:15:01
Modified: 2005-12-07 14:22:28
Visited in last 7 days: 14
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 (23.22.252.150)
5 sec.Example: 'Exporting DLL icon resources as .ICO files'
5.17 hrs.Example: 'Sending a standard message with one or more attached files using default email client'
 Example: 'Obtaining window class name for the main VFP window'
6.21 hrs.Example: 'How to enumerate sessions and processes on a specified terminal server'
 Function: 'LocalAlloc'
10.48 hrs.Example: 'Converting long file names to the short format and vice versa'
 Example: 'How to copy the image of a form to the Clipboard using Bitmap API functions'
14.46 hrs.Function: 'WinHttpCrackUrl'
Function group: 'HTTP Functions (WinHTTP)'
 Function: 'CryptGenKey'
Function group: 'Cryptography Reference'
18.92 hrs.Function: 'GetModuleFileName'
Function group: 'Dynamic-Link Library'
Google
Advertise here!