|
-
Feb 19th, 2002, 08:28 AM
#1
Thread Starter
Fanatic Member
Creating Icons
Hi all.
I'm trying to program my own icon editor in VB. My problem is saving the icon in the right format. If I just use SAVEPICTURE it's saved in BMP format. Further more it's missing the transparent color.
I have tried adding the image to an imagelist and then use extracticon, and the save it. This works fine, but my problem is, that i would like to be able to use lots of color, and the imagelist changes some of my colors.
So my question is : Does anyone know how to save a standard picture in ICO format with transparent background and everything.
I have also been playing around a little with CREATEICONINDIRECT and CREATECOMPATIBLEBITMAP but I can't get that to work.
I wish I could think of something witty to put in my sig...
...Currently using VS2013...
-
Feb 19th, 2002, 08:51 AM
#2
try looking at http://www.wotsit.org for file format information.. it's probably easy enough for icon files to just write a save routine yourself.
-
Feb 20th, 2002, 06:39 PM
#3
-
Feb 21st, 2002, 03:40 AM
#4
-
Jul 5th, 2002, 08:56 AM
#5
Lively Member
Icon2Icon
try this program i made to convert an icon from a saved .exe file to a saved icon file.
-
Jul 5th, 2002, 09:03 AM
#6
Lively Member
Icon2Icon
try this program i made to convert an icon from a saved .exe file to a saved icon file.
-
Jul 5th, 2002, 09:46 AM
#7
Lively Member
Icon2Icon
try this program i made to convert an icon from a saved .exe file to a saved icon file.
-
Jul 5th, 2002, 09:53 AM
#8
Lively Member
file
sorry about the repeated messages, but i am having problems uploading replies.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|