icon files!!
-
hi group!! i have got one bmp file and i want to convert it to ico file actually i want to create logo for application so what is the way for it? are there any readymade softwares!! please help me :confused: thanks and regards harshal
-
hi group!! i have got one bmp file and i want to convert it to ico file actually i want to create logo for application so what is the way for it? are there any readymade softwares!! please help me :confused: thanks and regards harshal
Is this related to MFC or C++?? :confused: Why not just opening it in MS paint, and saving it in a ico format?? :omg:
Regards Programm3r
-
hi group!! i have got one bmp file and i want to convert it to ico file actually i want to create logo for application so what is the way for it? are there any readymade softwares!! please help me :confused: thanks and regards harshal
Have a look at
CreateIconIndirect()
. In theICONINFO
structure specify your bitmap as thehbmColor
bitmap and create a monochrome black bitmap with the same dimensions as your bitmap for thehbmMask
bitmap.
You may be right
I may be crazy
-- Billy Joel --Within you lies the power for good, use it!!!
-
hi group!! i have got one bmp file and i want to convert it to ico file actually i want to create logo for application so what is the way for it? are there any readymade softwares!! please help me :confused: thanks and regards harshal
See an example in msdn "IconPro" but im not sure it convert bmp to icon(its for extract icon form dll/exe)
_**
**_
WhiteSky
-
hi group!! i have got one bmp file and i want to convert it to ico file actually i want to create logo for application so what is the way for it? are there any readymade softwares!! please help me :confused: thanks and regards harshal