[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ReadBitmap( hDC, cBmpFile )-> <hBitmap>
------------------------------------------------------------------------------
PARAMETER:
<hDC> Is the handle of a device context to be used with that bitmap,
or zero if there is no hDC available.
<cBmpFile> Is the filename of the .BMP file
RETURNS:
<hBitmap> is the handle that identifies our new bitmap.
DESCRIPTION:
This function is very useful to dynamically load bitmaps from disk. It
returns a handle of the bitmap, which can then be used to draw the bitmap
on the target window by using DrawBitMap
See Also:
LoadBitmap
DrawBitMap
PalBmpDraw
DEFINE BITMAP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson