Hi Pritpal and All,

> >BTW, is it possible to add system icon support?
>
> hb_gtInfo( HB_GTI_ICONFILE, 'test.ico' ) -> working !
> OR
> What?
> At  present only HB_GTI_ICONFILE is supported.


I prefer to store such data in resources on Windows.
Is there a way to set an icon from binary data ?:
     hb_GTInfo( HB_GTI_ICON, hb_MemoRead( "my.ico" ) )
     hb_GTInfo( HB_GTI_ICON, win_LoadResource( "MYICON", "MYIMGS" ) )

Such API would be much flexible than current Windows
specific ICONRES and limited ICONFILE.

BTW, .ico isn't very portable format, does gtqtc support
.png files as icons?

Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to