USERICON System Option: Windows

Specifies the pathname of the resource file associated with your user-defined icon.
Valid in: configuration file, SAS invocation
Category: Environment control: Display
PROC OPTIONS GROUP= ENVDISPLAY
Default: none
Windows specifics: all

Syntax

-USERICON icon-resource-filename number-of-icons

Required Arguments

icon-resource-filename
specifies the fully qualified Windows pathname of the resource file associated with your user-defined icons. If the pathname contains spaces, it must be enclosed in quotation marks.
number-of-icons
specifies the maximum number of icons stored in the resource file that you specified.

Details

The USERICON system option specifies the fully qualified Windows pathname of the resource file associated with your icons, along with the maximum number of icons stored in the resource file that you specified.
The icon resource file must be compiled using the Win32 Software Development Kit (SDK). For more information, refer to the SDK documentation. User-defined icons can be incorporated into applications developed with SAS/AF or SAS/EIS software.

Example

The following USERICON system option specifies 10 icons that are stored in C:\MYSTUFF\MYICONS.DLL:
-usericon c:\mystuff\myicons.dll 10