Save image in an icon file
public subroutine ic_saveicon (string filename, integer size); /// size=0 -> 32X32 large icon /// size=1 -> 16X16 small icon this.i_PBImage.IC_SaveIcon(fileName,size ) end subroutine