BCX_TILE statement
Purpose:
BCX_TILE tiles a .bmp image to the background of a
window.
Syntax:
BCX_TILE(Form AS HWND, hBmp AS HBITMAP)
Parameters:
- Data type: HWND
Form The handle of the window in which the
background is to be tiled.
- Data type: HBITMAP
hBmp The handle to a .bmp format image to be
used as a tile.
|