Responder Developer Guide
LoadImageHandle Method


Version: 10.2.1a

Resource Center Home

Name of the image.
Loads a png file as a bitmap and returns the GDI bitmap handle to the caller. For use from VB6/C++ projects where alpha-transparent bitmaps are not supported natively.
Syntax
'Declaration
 
Public Function LoadImageHandle( _
   ByVal imageName As String _
) As Integer
'Usage
 
Dim instance As VB6ResourceLoader
Dim imageName As String
Dim value As Integer
 
value = instance.LoadImageHandle(imageName)
public int LoadImageHandle( 
   string imageName
)

Parameters

imageName
Name of the image.

Return Value

bitmap handle
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

VB6ResourceLoader Class
VB6ResourceLoader Members

 

 


Send Comment