At 04:16 2002-12-19 -0800, you wrote:
Hello all,

I am using Metrowerks Code Warrior for designing my forms.
I have created Multibit Icon for Application (Big) Icon and List (Small)
Icon.
I have created Bitmap Icon to display them in my About form.

Can any one tell me whether it is possible to refer an Icon file (.ico) in
form?
You cannot directly import a .ico file, but you can open it in a Win32 icon editor, use the selection tool to copy it as a bitmap to the clipboard, and then paste it into a bitmap window in Constructor. You can also convert it to a .bmp file and then include it in a BITMAPFAMILY or ICONFAMILY definition using the PilRC plugin.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com

--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to