LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

What can I use to convert 48x45 .bmp file to .ico file?

I have a logo .bmp file that I have shrunk from 81x86 to 45x48 that I would like to use as an icon for my LabWindows/CVI executable. Any suggestions? Besides the obvious, i.e. use the Icon Editor to create one. I'd rather import the bitmap into a graphics app that can handle the conversion. Or find some code (psuedo-code?) that does the trick. I will attach the file so that somone could do it for me if they have the app that does it? I already know about microangelo but I don't want to pay their price. Thanks, Jeff Green, Raytheon
0 Kudos
Message 1 of 3
(3,380 Views)
Hello

Here is some VB code that I found on the web, its kinda big, but it does what you need. The author did an awesome job on it.

Thanks
Bilal Durrani
Bilal Durrani
NI
Message 2 of 3
(3,380 Views)
Very good work finding this VB gem, Bilal. I did the icon from the image after I shrunk it down to 32x32. This is a nice icon editor. Simply copy & paste an image into the grid and make any color adjustments. Save it as an icon file and you're done. Thanks. Jeff
0 Kudos
Message 3 of 3
(3,380 Views)