Hi Peter....
What are you using for that bitmap? bitblt?
Belive or not ,this bitmaps are static controls - bitmap type
look:
'create static control - type bitmap 16x16
wControl wStaticBox 32 32 32 32 BITMAP 106
SetText@STARTPATH 106 "\ufo1.bmp"
Better option will be of course bitbliter.
Hmm about icon example i think that i must change image handler to INT.
You can try use icon names without backslash like:
imgname = "Tsign.ico"
Currently is FLOAT- problem with conversion,sometimes work sometimes not