Liberty BASIC Help Online

HBMP( "name" )
HBMP("string expression")
 
Description:
Returns the Windows handle (a numeric value) for the bitmap whose name is specified by "string expression".  This is often useful in different kinds of Windows API function calls and for use with third party DLLs.
 
Usage:
 
    loadbmp "title", "bmp\titlettt.bmp"
    tttHandle = hbmp("title")
    print tttHandle
 
 
See also: LOADBMP, UNLOADBMP


Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/