SetIconBig method


Available for Window, MDIWindow and DialogBox objects.

Syntax

Invoke SetIconBig, hWnd, hIconBig

Function

Sets the IconBig property for an object.

Parameters

hWnd

Handle to the object.

hIconBig

A DD value specifying the new big icon for the object (see REMARKS).

Return value

Eax returns TRUE if succesful, or FALSE if not.


REMARKS: The hIconBig parameter may be an existing resource ID or the handle to an image (icon or cursor). First, Easy Code tries to load it as a resource (only if it is less than 65536) and, if it fails, then it is processed as a handle.