Can KiXforms support multi-image icons?

I have a custom multi-image icon that I built, but I can't seem to get KiXforms to display anything other than the first indexed icon. Example...

code:
$frmMain.Icon = "@SCRIPTDIR\kixftp_icons.ico;0"

...works, but...
code:
$frmMain.Icon = "@SCRIPTDIR\kixftp_icons.ico;1"

...displays the same icon as index 0.

[ 24. February 2003, 21:20: Message edited by: Chris S. ]