Notes
|
ResType is one of "BITMAP", "ICON" and "CURSOR".
NAME can correspond to one of a number of predefined Microsoft resources or can
be a name provided in a user resource script or RESOURCES directive.
Predefined BITMAPs are "close", "uparrow", "dnarrow", "rgarrow", "lfarrow",
"reduce", "zoom" and "restore".
Predefined ICONs are "app", "logo", "info", "error", "warn", "question" and
"shield".
Predefined CURSORs are "arrow", "cross", "hand", "help", "ibeam", "no", "size"
and "wait".
LOADRESOURCE@ can be used, for example, with %`bm, %`ic and with the Windows API
function SetCursor.
|