From wiki.swiftlytilting.com
WinBinder Manual/wb load image
Loads an image file from disk and returns a handle to it
Syntax
int wb_load_image (string filename [, int index])
- filename is the name of the image file.
- index is the index of the image on the file if filename is an icon library. Default index is 0.
Returns
A reference to the image created. The resulting image must be destroyed by a call to {winb|wb_destroy_image}}.
See also