Using an icon requires three steps:
1.Create the icon file with the Image Editor.
2.Define the icon resource by using an ICON statement in your application's resource script file.
3.Load the icon resource, when needed, by using the LoadIcon function in your application code.
After loading an icon, you can use it; for example, you can then specify it as the class icon.
The following sections explain each step in detail.