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