SOURCE (function)
From QB64 Wiki
The _SOURCE function returns the present image _SOURCE handle value.
- present_source& = _SOURCE
Description:
- Returns a handle value that is a LONG Integer type.
- Save the source handle to a LONG variable for later restoration using the _SOURCE statement.
- See Example:
- Bitmaps
- SAVEIMAGE
- SaveIcon32
See also: