QB64.com

QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.

In QB64 handles are created and used by various statements and functions to reference screen surfaces, images, sounds, fonts and IP users.

Syntax

handle& = _NEWIMAGE(800, 600, 32)

_FREEIMAGE handle&

Usage

Handle Functions

See Also