SetIcon Data Member Function

Sets the icons used by the application instance. This must be a valid Windows .ICO file. The small icon is displayed in the upper left corner of the application, and the large icon is displayed when you use ALT+TAB to switch between applications, as well as other places.

Prototype

int32 SetIcon( string p_sSmall, string p_sLarge )

Parameters

Parameter Type Parameter Name Documentation
stringp_sSmallThe absolute path to the small icon. This must be a 16×16 pixel .ICO file.
stringp_sLargeThe absolute path to the small icon. This must be a 32×32 pixel .ICO file.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.